Forum Discussion
GrantB
Feb 12, 2019Copper Contributor
Help with either VLOOKUP or IF AND statements
Hello, I have a large table (~3000+) rows where we have multiple samples and each row has a different information. My goal in this is to create either a =IF AND statement or VLOOKUP stateme...
- Feb 13, 2019
I switched to an AGGREGATE() formula. See attached file.
Detlef_Lewin
Feb 12, 2019Silver Contributor
Hi
Neither VLOOKUP() nor IF() but INDEX() and MATCH().
Note: To make the formula work you have to remove some trailing spaces.
GrantB
Feb 13, 2019Copper Contributor
I have attached a file to describe what I previously posted
- Detlef_LewinFeb 13, 2019Silver Contributor
I switched to an AGGREGATE() formula. See attached file.
- GrantBFeb 13, 2019Copper Contributor
You are the absolute BEST!!!
You must be the guru on here! Thank you so much for your help. You will save me so much time in the future. Thanks again Detlef!!
- Detlef_LewinFeb 13, 2019Silver Contributor
You're welcome, Grant.