How do I get one sheet to pull a date from another sheet?
I have a sheet that has delivery dates and pickup dates that I need another sheet to pull from so I only have to change the dates on the original delivery date sheet. I've tried different types of formulas but I can't get it to pull it to the second sheet. Any suggestions?
Answers
-
Hey @T. Schaefer
Is it possible to share screenshots (no sensitive data) of your two sheets, which indication of which sheet is the original? Formulas are dependent on data structure and the number of criteria needed to filter to get to the right data. As one of the more straight forward formulas, INDEX/MATCH is among the first formula combinations to try.
Kelly
-
I'm not sure how to send you a screenshot.
-
Hey @T. Schaefer
You can upload screen captures in your posts here in the public forum, just make sure you block out sensitive data.
In regards to possible formulas, this Help Article has some examples that may suit your scenario:
Cheers,
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now -
Need the dates from above to connect to the date column in the below list. That way I only have to update the dates in the above sheet.
-
So, to do screen shots, the shortcut is windows key+shift+s or you can just open up the snippit app in windows. If you have an apple, I can't help you there.
to populate the delivery date and pickup date from that sheet, you just need a index/match or vlookup. index/match is better since your dates are not listed alphabetically.
Delivery Date =INDEX(Range of delivery date in your first screenshot, MATCH([Route Day]@row, Range of route days in your first screenshot))
the pickup date is the same as above except you change the range of delivery date in your first screenshot to the range of pickup date. DO NOT just copy paste the formula into the columns as it will not work without your range.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 379 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 304 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!