Formula to return correlating value and column name
jabsneve
✭
I've been attempting to construct a formula to find a specific value within a sheet then return it's correlating monetary value along with that value's column name. For instance in the screenshot below I would like to search for the number 7 then return Sep $8. If I have to search for the two separately that is fine. Is this possible?
Many thanks!
Answers
-
You would need to insert a "helper row" that contains the column names. Then you would use something like this...
=INDEX([Jan]$1:Dec$1, MATCH(7, [M1]$1:[M12]$1, 0)) + " " + INDEX([Jan]@row:Dec@row, MATCH(7, [M1]@row:[M12]@row, 0))v
-
Thanks Paul. I had to make a few tweaks to your formula but got it to work. Appreciate the help.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!