Tyson 1932
New Member
- Joined
- Dec 14, 2022
- Messages
- 4
- Office Version
- 2016
- Platform
- Windows
I'm having a heck of a time figuring this one out and haven't found exactly what I'm looking for in the threads. Any help is very much appeciated!
I am attempting to loop through the range("AN27:AP35") for each cell with the text "b" I want to copy it and paste it to the corresponding row in range("S27:AD35"), but only in a cell that is conditionally formatted to be shaded and if there isn't already a "b" in that column.
The end result would ideally look something like this:
Thank you!
I am attempting to loop through the range("AN27:AP35") for each cell with the text "b" I want to copy it and paste it to the corresponding row in range("S27:AD35"), but only in a cell that is conditionally formatted to be shaded and if there isn't already a "b" in that column.
S | T | U | V | W | X | Y | Z | AA | AB | AC | AD | AE | AF | AG | AH | AI | AJ | AK | AL | AM | AN | AO | AP | |
27 | b | |||||||||||||||||||||||
28 | b | |||||||||||||||||||||||
29 | b | b | ||||||||||||||||||||||
30 | b | b | ||||||||||||||||||||||
31 | b | b | ||||||||||||||||||||||
32 | ||||||||||||||||||||||||
33 | ||||||||||||||||||||||||
34 | ||||||||||||||||||||||||
35 | ||||||||||||||||||||||||
The end result would ideally look something like this:
S | T | U | V | W | X | Y | Z | AA | AB | AC | AD | AE | AF | AG | AH | AI | AJ | AK | AL | AM | AN | AO | AP | |
27 | b | b | ||||||||||||||||||||||
28 | b | b | ||||||||||||||||||||||
29 | b | b | b | b | ||||||||||||||||||||
30 | b | b | b | b | ||||||||||||||||||||
31 | b | b | b | b | ||||||||||||||||||||
32 | ||||||||||||||||||||||||
33 | ||||||||||||||||||||||||
34 | ||||||||||||||||||||||||
35 | ||||||||||||||||||||||||
Thank you!