How to apply my INDEX/MATCH statement to only return data when the is a matcha nd nothing
I have tried using all types of combinations of VALUE() to make the AUTONUMBER column work but I either get Invalid operation or invalid data type:
What I want: When the first (they are both auto numbered) in Sheet A [Auto number] and Sheet B [Auto Number] are equal return the data in Sheet A's [Updates] column to Sheet B
What I get: When they are equal the data in the [Updates] column is returned but when the [Auto number] column in Sheet B is empty it returns the last Updates row.
Formula: INDEX({Updates}, MATCH([Auto number]@row, {Auto Number})))
Sheet A
SHEET B
Best Answers
-
Give this a try:
=IFERROR(INDEX({Updates}, MATCH([Auto number]@row, {Auto Number}, 0)), "")
-
Happy to help. 👍️
Answers
-
Give this a try:
=IFERROR(INDEX({Updates}, MATCH([Auto number]@row, {Auto Number}, 0)), "")
-
@Paul Newcome A little jealous that this came so easily but...
It worked! GENIUS LIVES HERE!! Tell all your friends! Thank you!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!