KnightFhawker
New Member
- Joined
- Dec 7, 2016
- Messages
- 17
- Office Version
- 365
- 2016
- Platform
- Windows
- Mobile
- Web
Hi all,
I hope I am using the proper terminology in this post, and hope I can explain it well enough for you to understand.
I have a tracking worksheet that pulls a list of names from another workbook (the source) if their status is considered "Current" (this status is found in a related adjacent column on the source workbook). Only the names with "Current" status are pulled, all others are ignored. Therefore if the status changes to "Current" within the source workbook, the tracking worksheet will automatically add this to the list in alphabetical order (as it is listed in the source workbook). This all works just fine; however, the whole point is to have this tracking worksheet allow for user input for notes and other info specifically related to the name it is entered next to. The issue I have is that when a new name appears on the tracking sheet, that column is adjusted appropriately, but the user input columns stay in the same place and are then listed next to a mismatched name.
For instance, assume there are 5 names that are considered "Current" and listed accordingly on the the tracking worksheet:
(I apologize for the Names and User input columns running together, but it keeps deleting the extra separating spaces when I post it)
Names User input
Name A Name A Info
Name C Name C Info
Name E Name E Info
Name G Name G Info
Name I Name I Info
Then if a 6th name (Name B becomes current that is added to the list, shifts the names column down after the Name A, but leaves all User input in it's original row, now mismatched)
Names User input
Name A Name A Info
Name B Name C Info
Name C Name E Info
Name E Name G Info
Name G Name I Info
Name I
In case it is important, I am using a simple IF formula to determine what is added to the names list.
i.e. IF('[Source Workbook]Sheet1'!$A1="Current", '[Source Workbook]Sheet1'!$B1, "")
Does anyone know if there is a way to overcome this issue, either by maybe keeping user input matched to an original master column, or have all columns move up or down based on the shift of the names column?
Thank you in advance for your help.
I hope I am using the proper terminology in this post, and hope I can explain it well enough for you to understand.
I have a tracking worksheet that pulls a list of names from another workbook (the source) if their status is considered "Current" (this status is found in a related adjacent column on the source workbook). Only the names with "Current" status are pulled, all others are ignored. Therefore if the status changes to "Current" within the source workbook, the tracking worksheet will automatically add this to the list in alphabetical order (as it is listed in the source workbook). This all works just fine; however, the whole point is to have this tracking worksheet allow for user input for notes and other info specifically related to the name it is entered next to. The issue I have is that when a new name appears on the tracking sheet, that column is adjusted appropriately, but the user input columns stay in the same place and are then listed next to a mismatched name.
For instance, assume there are 5 names that are considered "Current" and listed accordingly on the the tracking worksheet:
(I apologize for the Names and User input columns running together, but it keeps deleting the extra separating spaces when I post it)
Names User input
Name A Name A Info
Name C Name C Info
Name E Name E Info
Name G Name G Info
Name I Name I Info
Then if a 6th name (Name B becomes current that is added to the list, shifts the names column down after the Name A, but leaves all User input in it's original row, now mismatched)
Names User input
Name A Name A Info
Name B Name C Info
Name C Name E Info
Name E Name G Info
Name G Name I Info
Name I
In case it is important, I am using a simple IF formula to determine what is added to the names list.
i.e. IF('[Source Workbook]Sheet1'!$A1="Current", '[Source Workbook]Sheet1'!$B1, "")
Does anyone know if there is a way to overcome this issue, either by maybe keeping user input matched to an original master column, or have all columns move up or down based on the shift of the names column?
Thank you in advance for your help.