darrenmccoy
New Member
- Joined
- Mar 26, 2019
- Messages
- 37
- Office Version
- 2019
Hi Experts, Could you please help me complete this formula?
I am looking up a value in one sheet, and if it is found then display it, if it is not found, then lookup in the second sheet, if it is found display it, and then so on and so forth.
The example I have so far is:
=IF(ISNA(VLOOKUP(A2,PFLISTINGS!A:H,3,0)),"",VLOOKUP(G3,PFHIGHEND!B:E,4,0))
This is close, but not quite working. Is there a better way to achieve this?
I am looking up a value in one sheet, and if it is found then display it, if it is not found, then lookup in the second sheet, if it is found display it, and then so on and so forth.
The example I have so far is:
=IF(ISNA(VLOOKUP(A2,PFLISTINGS!A:H,3,0)),"",VLOOKUP(G3,PFHIGHEND!B:E,4,0))
This is close, but not quite working. Is there a better way to achieve this?