Date/Time Pulled From 2nd SS
I have two sheets I am working from. Sheet 1 has the START DURATION and Sheet 2 has the END DURATION. How do I point to the 2nd SS to pull in the END DURATION? I have Notification Numbers that are associated with the two and then I am using this formula to provide time only.
=RIGHT([Approver Time Stamp Close]@row + " ", LEN([Approver Time Stamp Close]@row + " ") - 9)
Answers
-
Hello @HardWork
To clarify - you already have your Time separated out into a separate column on your second sheet and you only want to bring this time portion over? Assuming yes, the formula below should work.
An INDEX/MATCH will work for you. Because this is a cross sheet reference (the data is on a second sheet) you cannot simply copy paste this formula. You must insert the reference from within the formula wizard window.
=INDEX({Second sheet End Duration Time column}, MATCH([Notification Number]@row, {Second sheet Notification Number column},0))
Does this work for you?
Kelly
If interested, here is more information on the formula used
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!