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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!