Hi,
Trying to match a value and return the a value offset to the left.
The values to search in are in the columns B to E (as per the table)
I want to return the Level in column C
I know two values (these come from another tab)
1. The row heading (Red names) 'Risk template'!F5
2. What I'm searching for (Searching in here) located on 'Risk template'!F6
I've tried using offset
=OFFSET(C22,MATCH('Risk template'!F5,<how do I tell it what column it should search in as this changes??>,0),0,-1,1)
I was thinking index/match but I couldn't seem to figure out where to start??
I set the data up like the below as they are the dependant drop down boxes (column B to E) used in the 'Risk Template'!
Hoping this makes sense - Thanks
Trying to match a value and return the a value offset to the left.
The values to search in are in the columns B to E (as per the table)
I want to return the Level in column C
I know two values (these come from another tab)
1. The row heading (Red names) 'Risk template'!F5
2. What I'm searching for (Searching in here) located on 'Risk template'!F6
I've tried using offset
=OFFSET(C22,MATCH('Risk template'!F5,<how do I tell it what column it should search in as this changes??>,0),0,-1,1)
I was thinking index/match but I couldn't seem to figure out where to start??
I set the data up like the below as they are the dependant drop down boxes (column B to E) used in the 'Risk Template'!
Hoping this makes sense - Thanks
Column C (This is what I want returned) | Column B | Column D | Column E |
Row22: LEVEL | customer_stakeholder | Environment | Finance |
R23: Minor | Searching in here | Searching in here | Searching in here |
R24: Moderate | Searching in here | Searching in here | Searching in here |
R25: Major | Searching in here | Searching in here | Searching in here |
R26: Critical | Searching in here | Searching in here | Searching in here |