Hi,
Can anyone please help me with my formula? I have 2 columns with different number sets in them. I am trying to look up the data from column A; unless there is data in column B, then I would like to see the data from column B. Here is an example of how my columns are set up-
Column A Column B
530126 530764
530252 N/A
So far I have =IF(ISNA(VLOOKUP(D7,Sheet1!$C:$D,2,TRUE)),"",(VLOOKUP(C7,Sheet1!$A:$B,2,FALSE))) which is working great input column A as long as B is "NA" but I am having trouble getting the number from column B to populate. Every time I try to add another nested vlookup it returns an error.
Any suggestions anyone has is helpful! I search the forum but still wasn't able to get it to work.
Can anyone please help me with my formula? I have 2 columns with different number sets in them. I am trying to look up the data from column A; unless there is data in column B, then I would like to see the data from column B. Here is an example of how my columns are set up-
Column A Column B
530126 530764
530252 N/A
So far I have =IF(ISNA(VLOOKUP(D7,Sheet1!$C:$D,2,TRUE)),"",(VLOOKUP(C7,Sheet1!$A:$B,2,FALSE))) which is working great input column A as long as B is "NA" but I am having trouble getting the number from column B to populate. Every time I try to add another nested vlookup it returns an error.
Any suggestions anyone has is helpful! I search the forum but still wasn't able to get it to work.