Copy Date from one sheet to another if criteria matches
Hello all,
I have a master project sheet and I'd like to copy the date from another sheet into it.
Below is my master sheet and in the Milestone Date column, I want to copy the End Date from Project Sheet (below), if the "Primary Column" name from the Project sheet at each line matches the "Project Name" line name in the Master sheet.
To summarize, I want the date from the Project Sheet to be copied to the Master sheet if the names match in the Project Name and Primary columns.
What is the easiest way to do that?
This formula did. not work: =INDEX({ZLINE - Project Milestone Checklist End Date}, MATCH([Project Name]@row. {ZLINE - Project Milestone Checklist Primary Column}, 0))
Master Sheet
Project Milestone Checklist
Best Answer
-
Hi Andrea, if your cross sheet references are setup correctly, it looks like your issue might be a typo.
Replace your period after @row with a comma.
=INDEX({ZLINE - Project Milestone Checklist End Date}, MATCH([Project Name]@row, {ZLINE - Project Milestone Checklist Primary Column}, 0))
Answers
-
Hi Andrea, if your cross sheet references are setup correctly, it looks like your issue might be a typo.
Replace your period after @row with a comma.
=INDEX({ZLINE - Project Milestone Checklist End Date}, MATCH([Project Name]@row, {ZLINE - Project Milestone Checklist Primary Column}, 0))
-
Thanks @Ryan Sides. That is the formula I had, but I found out it did not work because if you look at my Project Checklist sheet, there are two cells that had Pre-Planning. Once I changed that, it worked.
Odd though, I could not copy it down. I had to retype the formula in some cells to get everything to work.
Thanks for your help!
-
@Andrea Westrich You bet! Happy to help and glad you got it figured out. - Ryan
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
- 85 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!