rpadminserver
Board Regular
- Joined
- Nov 7, 2007
- Messages
- 111
- Office Version
- 365
Some back ground: I have a sheet called look up. This sheet is populated via an advance filter macro, so this sheet constantly refreshing when the user selects a new code to look up.
One of the fields that is displayed is a condition code, the details for this condition code is located in another sheet call CONDITION.
Here is what I'm trying to do:
IS there a way to put the details of this specific condition in a COMMENT.
So for example
After my advance filter runs I have 4 records displayed
The 4 records EACH have a different condtion code
Column j (on the work sheet that has the advanced filter)
111
222
333
444
So on my CONDITION sheet in column A is the CODE and column B has the description and column c has a note.
A B c
111 Not Ready Note 1
222 Ready Note 2
333 Willing Note 3
444 Able Note 4
What I need is a comment to be created for each cell in column j that contains the data in Columns b and c on the code sheet, the key being matching Column J with Column A.
Sorry, I hope I worded this a way that you under stand
Thanks everone!
One of the fields that is displayed is a condition code, the details for this condition code is located in another sheet call CONDITION.
Here is what I'm trying to do:
IS there a way to put the details of this specific condition in a COMMENT.
So for example
After my advance filter runs I have 4 records displayed
The 4 records EACH have a different condtion code
Column j (on the work sheet that has the advanced filter)
111
222
333
444
So on my CONDITION sheet in column A is the CODE and column B has the description and column c has a note.
A B c
111 Not Ready Note 1
222 Ready Note 2
333 Willing Note 3
444 Able Note 4
What I need is a comment to be created for each cell in column j that contains the data in Columns b and c on the code sheet, the key being matching Column J with Column A.
Sorry, I hope I worded this a way that you under stand
Thanks everone!