Hello All,
First time poster here (but I have been reading this site for years)
Have run into a snag in an Excel project I am doing for work. What I am attempting to do is a little difficult to explain so I do hope I get it right on the first try.
Firstly, the formatting that is done must apply to the entire row, not just the cell with the information we are looking for. Secondly, I cannot in anyway use Visual Basic at work. My job will not allow my machine the rights to write, and save code, so please no replies if VBA is necessary to implement your solution.
Here is the problem:
I am using Columns A:W. Column B is used for "record type," of which there are 3 possible choices (Initial, Update, Close). What I need Excel to do is recognize when a "Close," record is entered, and then look at Column G for the unique identifier; in this case, the identifier is a ticket number. What it needs to do then is search Column G for every other record that contains that same identifier, and highlight that row in the color I choose, in this case yellow.
Currently, I can have the row highlighted when using Column B as the input requirements for what needs to be highlighted, but that still leaves everyother record with the same unique identifier as the "Close," one appearing as "Open," or "In-Process." The reason there will be multiple records with the same unique identifier is to be able to identify updates to the ticket number as I am using this workbook in combination with InfoPath, and Access 2010; I have not yet figured out how to have InfoPath and Access update individual records over and over (possibly up to 5 times), so this seemed like the better solution.
Any suggestions on what I can do here? I understand it may be better to use something other than Conditional Formatting, but I do not know what that something is.
First time poster here (but I have been reading this site for years)
Have run into a snag in an Excel project I am doing for work. What I am attempting to do is a little difficult to explain so I do hope I get it right on the first try.
Firstly, the formatting that is done must apply to the entire row, not just the cell with the information we are looking for. Secondly, I cannot in anyway use Visual Basic at work. My job will not allow my machine the rights to write, and save code, so please no replies if VBA is necessary to implement your solution.
Here is the problem:
I am using Columns A:W. Column B is used for "record type," of which there are 3 possible choices (Initial, Update, Close). What I need Excel to do is recognize when a "Close," record is entered, and then look at Column G for the unique identifier; in this case, the identifier is a ticket number. What it needs to do then is search Column G for every other record that contains that same identifier, and highlight that row in the color I choose, in this case yellow.
Currently, I can have the row highlighted when using Column B as the input requirements for what needs to be highlighted, but that still leaves everyother record with the same unique identifier as the "Close," one appearing as "Open," or "In-Process." The reason there will be multiple records with the same unique identifier is to be able to identify updates to the ticket number as I am using this workbook in combination with InfoPath, and Access 2010; I have not yet figured out how to have InfoPath and Access update individual records over and over (possibly up to 5 times), so this seemed like the better solution.
Any suggestions on what I can do here? I understand it may be better to use something other than Conditional Formatting, but I do not know what that something is.
Last edited: