Linking Excel Data to Excel-Based Calendar
Closed
mcamp63
Posts
1
Registration date
Monday February 8, 2010
Status
Member
Last seen
February 8, 2010
-
Feb 8, 2010 at 07:42 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 9, 2010 at 09:37 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 9, 2010 at 09:37 AM
Related:
- Populate excel calendar from excel spreadsheet
- Excel marksheet - Guide
- Number to words in excel - Guide
- Excel apk for pc - Download - Spreadsheets
- Dash becomes date on excel ✓ - Office Software Forum
- Kernel for excel - Download - Backup and recovery
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Feb 9, 2010 at 09:37 AM
Feb 9, 2010 at 09:37 AM
One of most easy way of doing it would be if you can add a column to CalendarData and use the formula
=A1 & "|" & B1 and fill it to the last row (lets say you add in column C)
Then in calendar you can use VLOOKUP as
=vlookup(a1 & "|" & b1, CalendarData !C:G, 2,FALSE) to get the Initial Follow-Up and so on
=A1 & "|" & B1 and fill it to the last row (lets say you add in column C)
Then in calendar you can use VLOOKUP as
=vlookup(a1 & "|" & b1, CalendarData !C:G, 2,FALSE) to get the Initial Follow-Up and so on