S
Sandy
I have the following formula in column J:
=IF(ISNA(VLOOKUP($A7,downlink!$A$2:$H$200,4,FALSE))
=TRUE,0,VLOOKUP($A7,downlink!$A$2:$H$200,4,FALSE))
I need a formula that checks whether column K has a value
in it. If so, use the value in K; if K is null, use the
above formula in J.
Any help will be appreciated!
=IF(ISNA(VLOOKUP($A7,downlink!$A$2:$H$200,4,FALSE))
=TRUE,0,VLOOKUP($A7,downlink!$A$2:$H$200,4,FALSE))
I need a formula that checks whether column K has a value
in it. If so, use the value in K; if K is null, use the
above formula in J.
Any help will be appreciated!