The Great SrH
Board Regular
- Joined
- Jan 16, 2015
- Messages
- 179
[TABLE="class: grid, width: 750, align: center"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]E
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Joe Bloggs
[/TD]
[TD]1.2
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Your Manager
[/TD]
[TD]Job Level
[/TD]
[TD]Team Morale
[/TD]
[TD]My Morale
[/TD]
[TD]Development
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Joe Bloggs
[/TD]
[TD]1.2
[/TD]
[TD]This comment is for Option 1
[/TD]
[TD]Just for visual
[/TD]
[TD]Just for visual
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]Betty Sue
[/TD]
[TD]1.2
[/TD]
[TD]This comment is a dummy
[/TD]
[TD][/TD]
[TD]Just for visual
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]Joe Bloggs
[/TD]
[TD]1.2
[/TD]
[TD][/TD]
[TD]Just for visual
[/TD]
[TD]Just for visual
[/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD]Joe Bloggs
[/TD]
[TD]1.3
[/TD]
[TD]This comment is for Option 1 & 2
[/TD]
[TD]Just for visual
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Hi all,
I don't think I'll be able to do this using formulas, but if possible - I'd like to!
I'm looking to do some sort of Index/Match or VLookup to return comments from a table, ignoring blanks and only if the criteria is met.
In A1 will be a drop down list with the managers names. (B1 will also be a drop-down list for Job levels but this is for Option 2)
The formula I am asking for will be in a second sheet, and will be copied down around 20 rows (hoping to return the next comment from range).
This is a two part question:
Option 1:
Lets say in my second sheet the formulas start in A1, I would like the return values to be:
A1 - This comment is for Option 1
A2 - This comment is for Option 1 & 2
The reasons for the return are that it has matched whatever the value is in A1 (Joe Bloggs), and it has searched Column C3-C6 to find the comments that matched the criteria.
Option 2:
This basically needs to be the same search but with an additional criteria. This time we want to check Column B (Job Level) of the table to match what's in B1.
So the only return from my preview in the second sheet would be:
A1 - This comment is for Option 1 & 2
I hope this is clear.
Any help will be greatly appreciated.
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]E
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Joe Bloggs
[/TD]
[TD]1.2
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Your Manager
[/TD]
[TD]Job Level
[/TD]
[TD]Team Morale
[/TD]
[TD]My Morale
[/TD]
[TD]Development
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Joe Bloggs
[/TD]
[TD]1.2
[/TD]
[TD]This comment is for Option 1
[/TD]
[TD]Just for visual
[/TD]
[TD]Just for visual
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]Betty Sue
[/TD]
[TD]1.2
[/TD]
[TD]This comment is a dummy
[/TD]
[TD][/TD]
[TD]Just for visual
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]Joe Bloggs
[/TD]
[TD]1.2
[/TD]
[TD][/TD]
[TD]Just for visual
[/TD]
[TD]Just for visual
[/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD]Joe Bloggs
[/TD]
[TD]1.3
[/TD]
[TD]This comment is for Option 1 & 2
[/TD]
[TD]Just for visual
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Hi all,
I don't think I'll be able to do this using formulas, but if possible - I'd like to!
I'm looking to do some sort of Index/Match or VLookup to return comments from a table, ignoring blanks and only if the criteria is met.
In A1 will be a drop down list with the managers names. (B1 will also be a drop-down list for Job levels but this is for Option 2)
The formula I am asking for will be in a second sheet, and will be copied down around 20 rows (hoping to return the next comment from range).
This is a two part question:
Option 1:
Lets say in my second sheet the formulas start in A1, I would like the return values to be:
A1 - This comment is for Option 1
A2 - This comment is for Option 1 & 2
The reasons for the return are that it has matched whatever the value is in A1 (Joe Bloggs), and it has searched Column C3-C6 to find the comments that matched the criteria.
Option 2:
This basically needs to be the same search but with an additional criteria. This time we want to check Column B (Job Level) of the table to match what's in B1.
So the only return from my preview in the second sheet would be:
A1 - This comment is for Option 1 & 2
I hope this is clear.
Any help will be greatly appreciated.