foolishpiano
New Member
- Joined
- Aug 19, 2016
- Messages
- 28
Hello Mr. Excel! You guys are always extremely helpful, so I have another question I would greatly appreciate your help with:
In column P I have a list of Unit #'s that need to be updated in an online system. In column BA I mark off units that have been updated (I type the word "Yes"). For example, Unit # 101 is in P15, and once the unit information is updated I will enter "Yes" into BA15.
I would like to create a macro so that when it's run, the next Unit # that has not been updated is displayed in another cell on another worksheet (I then use VLOOKUP to get information about that unit). The Unit #'s are not always just numbers, and they aren't always sequential. For example, I could have a project with Unit # 5A and the next unit is 9B, which is why I'd like the macro to just run down the range in column P. Continuing the first example, once Unit # 101 is updated and I've entered in "Yes" to BA15, when I run the macro I'd like the value in cell P16 to be displayed. When the end of the range in column P is reached, rather than trying to display a Unit #, a message box pops up and says something like, "All Units are Updated!"
I apologize if I have not explained what I'm trying to accomplish in an understandable way; I am happy to clarify, after all, you all are the one's trying to help me!
Thank you all in advance!
In column P I have a list of Unit #'s that need to be updated in an online system. In column BA I mark off units that have been updated (I type the word "Yes"). For example, Unit # 101 is in P15, and once the unit information is updated I will enter "Yes" into BA15.
I would like to create a macro so that when it's run, the next Unit # that has not been updated is displayed in another cell on another worksheet (I then use VLOOKUP to get information about that unit). The Unit #'s are not always just numbers, and they aren't always sequential. For example, I could have a project with Unit # 5A and the next unit is 9B, which is why I'd like the macro to just run down the range in column P. Continuing the first example, once Unit # 101 is updated and I've entered in "Yes" to BA15, when I run the macro I'd like the value in cell P16 to be displayed. When the end of the range in column P is reached, rather than trying to display a Unit #, a message box pops up and says something like, "All Units are Updated!"
I apologize if I have not explained what I'm trying to accomplish in an understandable way; I am happy to clarify, after all, you all are the one's trying to help me!
Thank you all in advance!