Hello! I have tried finding the answer and can’t seem to locate what I need. The overarching goal is to loop through rows values, when they change. In between, I need my code to read a cell from column “A” which is annotated something like A001. The range can go to A002, A003, and so on. It is variable. Column “B” is the submission number corresponding to Column “A”, such as 0001, 0002, etc. If it is a revision to a previously submitted report (it was sent back and returned) it will have 0001_R001 or some such notation in column “B”.
In Column “D” is “comments”, which are “Accepted”, “Returned” or “pending”. What I would like some help with coding is this- look at column “A” for the first instance of a report, look to column “D” for its status, then if it is rejected or empty have the code look for the next occurrence of that same report under column “B” (I.e) if a revision report was submitted)
I have code to cap the comments at percent complete if they are pending or rejected.
And then loop the code from there to go through the entire sheet for those columns.
Any help would be appreciated! Thank you!
In Column “D” is “comments”, which are “Accepted”, “Returned” or “pending”. What I would like some help with coding is this- look at column “A” for the first instance of a report, look to column “D” for its status, then if it is rejected or empty have the code look for the next occurrence of that same report under column “B” (I.e) if a revision report was submitted)
I have code to cap the comments at percent complete if they are pending or rejected.
And then loop the code from there to go through the entire sheet for those columns.
Any help would be appreciated! Thank you!