Chaps
I am struggling to add nested IF & XLOOKUP into a single cell
I have three manufactures tables set up and would like to get excel to look at the correct table depending on the manufacture i select
I have the workbook cell working just fine but only with 1 manucature at a time
These are the three funcyions i want to combine but as i said i have only had sucsess when just one manufacturer is selected
=IF($AJ$17="Daikin",XLOOKUP(AL19,'Fan Coils'!N4:N14,'Fan Coils'!R4:R14,0,1))
=IF($AJ$17="Mitsubish",XLOOKUP(AL19,'Fan Coils'!N23:N31,'Fan Coils'!R23:R31,0,1))
=IF($AJ$17="Toshiba",XLOOKUP(AL19,'Fan Coils'!N40:N52,'Fan Coils'!R40:R52,0,1))
Thanks for your help
Stay safe
Rob
Bookmarks