Hlookup Help
Hey, I have a formula currently in a spreadsheet that is an Hlookup, and I am super stuck recreating it in SmartSheet. I have tried the index match, but it is still not working. I have it attached but basically, I have 2 factors "likelihood" and "impact" that drive the "severity". There is a table that says what the "severity" is based on what you pick for the "likelihood" and "impact". The table is on a different tab. The current excel formula is in Column C.
I want to recreate the exact same thing in Smartsheet using one sheet as the "risk decision table" and then have a second sheet called- "master sheet" with the "likelihood" and "impact" to drive the "severity" column formula on my master sheet.
Best Answer
-
Hi @lreynolds
Overcame something similar by combining the two criteria into one so a simple index match will do the trick.
If you add a hidden helper column into your sheet i.e LOOKUP VALUE
You can structure however you want but something like this works for me: =Likelihood@row + " / " + Impact@row
You don't require a helper column in the front sheet as you can write this into the index match formula directly, this example formula works if everything is in the same sheet but you can amend for cross sheet purposes.
=INDEX(Severity:Severity, MATCH(Likelihood@row + " / " + Impact@row, [Lookup value]:[Lookup value], 0))
Its a workaround but has worked well for me.
Hope it helps
Thanks
Paul
Answers
-
Hi @lreynolds
Overcame something similar by combining the two criteria into one so a simple index match will do the trick.
If you add a hidden helper column into your sheet i.e LOOKUP VALUE
You can structure however you want but something like this works for me: =Likelihood@row + " / " + Impact@row
You don't require a helper column in the front sheet as you can write this into the index match formula directly, this example formula works if everything is in the same sheet but you can amend for cross sheet purposes.
=INDEX(Severity:Severity, MATCH(Likelihood@row + " / " + Impact@row, [Lookup value]:[Lookup value], 0))
Its a workaround but has worked well for me.
Hope it helps
Thanks
Paul
-
This worked GREAT!!! Thank you so much for your help!!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!