Forum Discussion
Nandhu19940
Aug 10, 2020Copper Contributor
Or condition for vlookup output
For my condition if suppose vlookup has two specific output based on that I need to condition with if how it is possible Formula: Vlookup(A2, C:D,2,false) this will produce either #N/A or - as output...
HansVogelaar
Aug 10, 2020MVP
=IFERROR(VLOOKUP(A2, C:D, 2, FALSE), "NO-REC")
- Nandhu19940Aug 10, 2020Copper ContributorThanks for stopping by and answering my query,
This formula will produce two output
1) #N/A
2) -
So need to provide condition based on my above two outputs
If #N/A or - occurs I need to do another lookup I don't know how to provide or or if condition in this scenario- NikolinoDEAug 10, 2020Platinum Contributoran example file (without sensitive data) would be advantageous ... for you and for those who would like / are allowed to help
- Nandhu19940Aug 12, 2020Copper Contributor
NikolinoDE Please find the sample file