Match Formula

Im trying to match a cell if my two project names match. How?
=IF({Profit Center} = [Profit Center]@row, {Division})
Best Answer
-
To clarify, are you trying to find the Division name that corresponds to matching Profit Center names?
If that is your question, this formula should help. If this isn't the question, please clarify.
=Index({Division}, MATCH([Profit Center]@row, {Profit Center}, 0))
Please let us know if this isn't what you're looking for
Answers
-
To clarify, are you trying to find the Division name that corresponds to matching Profit Center names?
If that is your question, this formula should help. If this isn't the question, please clarify.
=Index({Division}, MATCH([Profit Center]@row, {Profit Center}, 0))
Please let us know if this isn't what you're looking for
Help Article Resources
Categories
Check out the Formula Handbook template!