Hi.
I've got three columns which values are determined by the VLOOKUP formula. Now I would like to create a fourth column, in which
the three before-mentioned columns are "verified". IF one of the three columns cointains a valid (numerical value picked up by the
VLOOKUP formula) then this value should be shown in the cell. IF all the three columns contains #N/A, the cell should say #N/A.
I've tried this: =IF(AND(B2="#N/A";C2="#N/A";D2="#N/A");"#N/A";"OK")
This formula should (?) return "OK" if a valid value is found and "#N/A" if not, but it doesn't work.lp
Second, I have no idea how to make it return the valid number - if found - instead of "OK".
I couldn't figure out how to attach the excel file in question, so I pasted the link to the dropbox-location below.
https://www.dropbox.com/s/2gz1hi0q1dxaa8x/TC_ID+ALT_ID.xlsx?dl=0
Any help is greatly appreciated.
Best regards
Stig M. Thu
I've got three columns which values are determined by the VLOOKUP formula. Now I would like to create a fourth column, in which
the three before-mentioned columns are "verified". IF one of the three columns cointains a valid (numerical value picked up by the
VLOOKUP formula) then this value should be shown in the cell. IF all the three columns contains #N/A, the cell should say #N/A.
I've tried this: =IF(AND(B2="#N/A";C2="#N/A";D2="#N/A");"#N/A";"OK")
This formula should (?) return "OK" if a valid value is found and "#N/A" if not, but it doesn't work.lp
Second, I have no idea how to make it return the valid number - if found - instead of "OK".
I couldn't figure out how to attach the excel file in question, so I pasted the link to the dropbox-location below.
https://www.dropbox.com/s/2gz1hi0q1dxaa8x/TC_ID+ALT_ID.xlsx?dl=0
Any help is greatly appreciated.
Best regards
Stig M. Thu