Back a a value from two different columns from different sheets
Hi All
I am battling with this formula. Not that great with formulas.
I have two sheets that need to be cross referenced. One contractor can perform more than one function and a differrent rate applies to each position. As seen below Shift Rate 1 for Role 1 and Shift rate 2 for Role two.
On the second sheet i need it to bring back the correct rate depending on what Role is stipulated in the role column and the specific contact in the employee column.
Any hep would be appreciated, as I need to get this right and I am stuck.
Regards
Mel
Answers
-
Try this:
=INDEX({Shift Rate Column}, MATCH([Role 1]@row, {Role Column}, 0))
Then for role 2 just update [Role 1]@row to [Role 2]@row.
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!