Hi sir,
I am using below formula for my one order format.
=IFERROR(VLOOKUP(B40, INDIRECT("'"&@CHOOSE(MATCH(E40,{"NDP","DISPLAY","FLEXI","POPULAR","CT OFFER","BIJ_1","BIJ_2","BIJ_3","BIJ_4","BIJ_5","PDR_1","PDR_2","FDW","DD","PAO","Ref & FWC"},0), INDEX($A$1:$B$1,$A$24),INDEX($A$2:$B$2,$B$24),INDEX($A$3:$B$3,$C$24),INDEX($A$4:$B$4,$D$24),INDEX($A$5:$B$5,$E$24),INDEX($A$6:$B$6,$F$24),INDEX($A$7:$B$7,$G$24),INDEX($A$8:$B$8,$H$24),INDEX($A$9:$B$9,$I$24),INDEX($A$10:$B$10,$J$24),INDEX($A$11:$B$11,$K$24),INDEX($A$12:$B$12,$L$24),INDEX($A$13:$B$13,$M$24),INDEX($A$14:$B$14,$N$24),INDEX($A$15:$B$15,$O$24),INDEX($A$16:$B$16,$P$24),INDEX($A$17:$B$17,$Q$24))&"'!A1:K1000"),4,0),0)
Above formula is useful for one price list.
Now those days, I am using two different price list i.e 1st to 15th & 2nd 16th to 30th, when I am trying to use if formula (If((B2 >="16-09-2024",vlookup( Above formula)
But it's not work, I need result in my single order format, if I put a date between 1-15, result should be from 1st price list, if put date between 16-30 result should be from 2nd price list.
Please help me in regards.
I am using below formula for my one order format.
=IFERROR(VLOOKUP(B40, INDIRECT("'"&@CHOOSE(MATCH(E40,{"NDP","DISPLAY","FLEXI","POPULAR","CT OFFER","BIJ_1","BIJ_2","BIJ_3","BIJ_4","BIJ_5","PDR_1","PDR_2","FDW","DD","PAO","Ref & FWC"},0), INDEX($A$1:$B$1,$A$24),INDEX($A$2:$B$2,$B$24),INDEX($A$3:$B$3,$C$24),INDEX($A$4:$B$4,$D$24),INDEX($A$5:$B$5,$E$24),INDEX($A$6:$B$6,$F$24),INDEX($A$7:$B$7,$G$24),INDEX($A$8:$B$8,$H$24),INDEX($A$9:$B$9,$I$24),INDEX($A$10:$B$10,$J$24),INDEX($A$11:$B$11,$K$24),INDEX($A$12:$B$12,$L$24),INDEX($A$13:$B$13,$M$24),INDEX($A$14:$B$14,$N$24),INDEX($A$15:$B$15,$O$24),INDEX($A$16:$B$16,$P$24),INDEX($A$17:$B$17,$Q$24))&"'!A1:K1000"),4,0),0)
Above formula is useful for one price list.
Now those days, I am using two different price list i.e 1st to 15th & 2nd 16th to 30th, when I am trying to use if formula (If((B2 >="16-09-2024",vlookup( Above formula)
But it's not work, I need result in my single order format, if I put a date between 1-15, result should be from 1st price list, if put date between 16-30 result should be from 2nd price list.
Please help me in regards.