index match within one column
Is it possible to match a value in one sheet to a value in another sheet in a specific column and return the number in the row directly above? Please help if anyone can
Best Answer
-
WoW!! so i am just getting back to this project and it worked!! thank you so much. i had tried the -1 but I was obviously doing something. when i followed your example it worked!!
Answers
-
I believe the only way that this would be possible is if the cell above is a parent and you matched a child row. I couldn't locate a formula which would return a result of the cell location name which you'd need to know to be able to point it to the cell above.
Is there any data you can use to index match the cell above instead of index matching the cell below the one you're really after? It could be that you need to design your sheet around what you're trying to accomplish instead of looking for formulas for how you've designed your sheet.
-
Sorry i should have left these images to better explain. So i am hoping to search in one sheet for the value 49774 and in the end column return the number directly above it, so 49766 would populate. Is that possible?
-
Are you able to provide a screenshot example of the desired outcome manually entered so we can see exactly what you are wanting to accomplish?
-
I'm not sure how you would do that. I don't know how to index match to find a result and then tell SmartSheet "not that one, the cell directly above that result".
-
Not positive this is what you need, but you could do just add a '-1' to the formula. See below example:
=INDEX({column you are looking up}, MATCH([GIFT CARD]@row, {Gift card Column}, 0) -1)
-
Seems to work. Good job. I didn't know that was possible.
-
WoW!! so i am just getting back to this project and it worked!! thank you so much. i had tried the -1 but I was obviously doing something. when i followed your example it worked!!
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
Check out the Formula Handbook template!