Thank you much Joffm. This is exactly what I would need. And of course, it would be best to build a question before with 4 list options like below and display the ones that are applicable. Could you also suggest which question type would be the best to incorporate this?
1. L4 2024
a.
{if(R1_SQ001==1 OR R1_SQ002==1,
str_replace("]","",substr(L42024PriceA_Q1_A1.question,strpos(L42024PriceA_Q1_A1.question,"[")+1))+": "+L42024PriceA_Q1_A1.shown+"<br />"+
str_replace("]","",substr(L42024PriceA_Q1_A2.question,strpos(L42024PriceA_Q1_A2.question,"[")+1))+": "+L42024PriceA_Q1_A2.shown+"<br />"+
str_replace("]","",substr(L42024PriceA_Q1_A3.question,strpos(L42024PriceA_Q1_A3.question,"[")+1))+": "+L42024PriceA_Q1_A3.shown+"<br />"+
str_replace("]","",substr(L42024PriceA_Q1_A4.question,strpos(L42024PriceA_Q1_A4.question,"[")+1))+": "+L42024PriceA_Q1_A4.shown+"<br />"+
str_replace("]","",substr(L42024PriceA_Q1_A5.question,strpos(L42024PriceA_Q1_A5.question,"[")+1))+": "+L42024PriceA_Q1_A5.shown,"")}
b.
{if(R1_SQ001==2 OR R1_SQ002==2,
str_replace("]","",substr(L42024PriceB_Q1_A1.question,strpos(L42024PriceB_Q1_A1.question,"[")+1))+": "+L42024PriceB_Q1_A1.shown+"<br />"+
str_replace("]","",substr(L42024PriceB_Q1_A2.question,strpos(L42024PriceB_Q1_A2.question,"[")+1))+": "+L42024PriceB_Q1_A2.shown+"<br />"+
str_replace("]","",substr(L42024PriceB_Q1_A3.question,strpos(L42024PriceB_Q1_A3.question,"[")+1))+": "+L42024PriceA_Q1_A3.shown+"<br />"+
str_replace("]","",substr(L42024PriceB_Q1_A4.question,strpos(L42024PriceB_Q1_A4.question,"[")+1))+": "+L42024PriceB_Q1_A4.shown+"<br />"+
str_replace("]","",substr(L42024PriceB_Q1_A5.question,strpos(L42024PriceB_Q1_A5.question,"[")+1))+": "+L42024PriceB_Q1_A5.shown,"")}
c.
{if(R1_SQ001=

OR R1_SQ002=

,
str_replace("]","",substr(L42024PriceC_Q1_A1.question,strpos(L42024PriceC_Q1_A1.question,"[")+1))+": "+L42024PriceC_Q1_A1.shown+"<br />"+
str_replace("]","",substr(L42024PriceC_Q1_A2.question,strpos(L42024PriceC_Q1_A2.question,"[")+1))+": "+L42024PriceC_Q1_A2.shown+"<br />"+
str_replace("]","",substr(L42024PriceC_Q1_A3.question,strpos(L42024PriceC_Q1_A3.question,"[")+1))+": "+L42024PriceC_Q1_A3.shown+"<br />"+
str_replace("]","",substr(L42024PriceC_Q1_A4.question,strpos(L42024PriceC_Q1_A4.question,"[")+1))+": "+L42024PriceC_Q1_A4.shown+"<br />"+
str_replace("]","",substr(L42024PriceC_Q1_A5.question,strpos(L42024PriceC_Q1_A5.question,"[")+1))+": "+L42024PriceC_Q1_A5.shown,"")}
d. R1_SQ002 == 4
{if(R1_SQ001==4 OR R1_SQ002==4,
str_replace("]","",substr(L42024PriceD_Q1_A1.question,strpos(L42024PriceC_Q1_A1.question,"[")+1))+": "+L42024PriceC_Q1_A1.shown+"<br />"+
str_replace("]","",substr(L42024PriceD_Q1_A2.question,strpos(L42024PriceD_Q1_A2.question,"[")+1))+": "+L42024PriceD_Q1_A2.shown+"<br />"+
str_replace("]","",substr(L42024PriceD_Q1_A3.question,strpos(L42024PriceD_Q1_A3.question,"[")+1))+": "+L42024PriceD_Q1_A3.shown+"<br />"+
str_replace("]","",substr(L42024PriceD_Q1_A4.question,strpos(L42024PriceD_Q1_A4.question,"[")+1))+": "+L42024PriceD_Q1_A4.shown+"<br />"+
str_replace("]","",substr(L42024PriceD_Q1_A5.question,strpos(L42024PriceD_Q1_A5.question,"[")+1))+": "+L42024PriceD_Q1_A5.shown,"")}