Help with Date Formula
WinaHath
✭✭✭✭
I need help with this formula, please.
I need to get the PO date from this sheet
and output that date to this sheet
I tried this formula but it is not working:
=IFERROR(INDEX({PO Date}, MATCH([Vendor Name]@row, {Vendor ID#}, 1)), "")
Both columns are Date fields
Thank you!😀
Answers
-
Hi @WinaHath,
Your formula makes it look like you're trying to match the Vendor Name with the ID # on the other sheet. Should your formula be more along the lines of something like this?
=IFERROR(INDEX({PO Date}, MATCH([Vendor ID #]@row, {Vendor ID#}, 1)), "")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!