Hello all,
New here so forgive me if this is not in the correct place. Having difficulty finding a solution to something I need for work.
I am trying to copy the background color of particular cells as they update onto another sheet. Here is the scenario:
- All cells data and formatting (green, yellow, orange, blue, and blank backgrounds) are updated on Sheet1 manually
- That data is output onto a cleaned-up Sheet2 along with other data
- The shading is not transferring
This is my current formula which does not contain any shader data:
=IFERROR((VLOOKUP(I22,Sheet2!$G:$T,7,FALSE)),"-")
The goal is that all cells are automatically updated as their color statuses change. Unfortunately these all have variable amounts in them so having a value conditioning format formula doesn't seem to apply here. Is there a formula or VBA that can have this occur? I am unfamiliar with VBA but willing to give it a shot.
Please let me know if more information is needed and thank you in advance for any assistance.
**More information added in the comments below**
Bookmarks