lookup value
Posted: Fri Oct 09, 2020 8:28 pm
Hi There,
I need your help how to solve this
I have a result in the result sheet.
Here is a formula
=IF(Menu02!E15<>"",IF(AND(Menu02!B10="",Menu02!B15=""),VLOOKUP(Menu02!A10,Setting!A:E,4,FALSE),IF(Menu02!B10<>"",Menu02!F10&VLOOKUP(Menu02!A10,Setting!A:C,2,FALSE),IF(Menu02!B15<>"",Menu02!F15&VLOOKUP(Menu02!A15,Setting!E:H,3,FALSE),Menu02!F10&VLOOKUP(Menu02!A10,Setting!A:C,2,FALSE)))),"")
Thanks
I need your help how to solve this
I have a result in the result sheet.
Here is a formula
=IF(Menu02!E15<>"",IF(AND(Menu02!B10="",Menu02!B15=""),VLOOKUP(Menu02!A10,Setting!A:E,4,FALSE),IF(Menu02!B10<>"",Menu02!F10&VLOOKUP(Menu02!A10,Setting!A:C,2,FALSE),IF(Menu02!B15<>"",Menu02!F15&VLOOKUP(Menu02!A15,Setting!E:H,3,FALSE),Menu02!F10&VLOOKUP(Menu02!A10,Setting!A:C,2,FALSE)))),"")
Thanks