Excel - can I return a date from 2 values in different columns?
Closed
junerey
Posts
2
Registration date
Monday May 19, 2014
Status
Member
Last seen
May 20, 2014
-
May 19, 2014 at 12:46 PM
junerey Posts 2 Registration date Monday May 19, 2014 Status Member Last seen May 20, 2014 - May 20, 2014 at 12:08 PM
junerey Posts 2 Registration date Monday May 19, 2014 Status Member Last seen May 20, 2014 - May 20, 2014 at 12:08 PM
Related:
- Excel - can I return a date from 2 values in different columns?
- Tentacle locker 2 - Download - Adult games
- Five nights in anime 2 - Download - Adult games
- Euro truck simulator 2 download free full version pc - Download - Simulation
- Display two columns in data validation list but return only one - Guide
- Feeding frenzy 2 download - Download - Arcade
2 responses
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
May 20, 2014 at 11:26 AM
May 20, 2014 at 11:26 AM
Hi Junerey,
You could make your sheet look like this:
Now you can use VLOOKUP to get your date as shown in B8:
Translated formula would look like: =VLOOKUP("Week 1",A1:H5,6)
Or in my opinion a better/easier way of retrieving date as shown in range D8:E11:
Translated formula would look like: =VLOOKUP("Week " &E8,A1:H5,1+E9)
Hopefully you appreciate my attempt at making it simple for you ;).
Best regards,
Trowa
You could make your sheet look like this:
Now you can use VLOOKUP to get your date as shown in B8:
Translated formula would look like: =VLOOKUP("Week 1",A1:H5,6)
Or in my opinion a better/easier way of retrieving date as shown in range D8:E11:
Translated formula would look like: =VLOOKUP("Week " &E8,A1:H5,1+E9)
Hopefully you appreciate my attempt at making it simple for you ;).
Best regards,
Trowa
junerey
Posts
2
Registration date
Monday May 19, 2014
Status
Member
Last seen
May 20, 2014
May 20, 2014 at 12:08 PM
May 20, 2014 at 12:08 PM
Thanks so much for your reply, I'll give this a go now. Really appreciate your clarity :)