Hi,
do you know how can i do to retunr a 0 value if something it's not present in my clomn look up...?
at the moment i have
=VLOOKUP(I5,'Exposure'!$A$5:$D$18,4,0)
=IF(VLOOKUP(J5,'Exposure'!$A$5:$D$18,1,0)="ILS",vlooukup(J5,'Exposure'!$A$5:$D$18,4,0),"0")
so basically i m looking into a different tab for currencies and with a vollokup retunring the amount, but if the currency is not there at the moment reports me NA
thanks
do you know how can i do to retunr a 0 value if something it's not present in my clomn look up...?
at the moment i have
=VLOOKUP(I5,'Exposure'!$A$5:$D$18,4,0)
=IF(VLOOKUP(J5,'Exposure'!$A$5:$D$18,1,0)="ILS",vlooukup(J5,'Exposure'!$A$5:$D$18,4,0),"0")
so basically i m looking into a different tab for currencies and with a vollokup retunring the amount, but if the currency is not there at the moment reports me NA
thanks