Hellu,
One thing that would be great with the database that im working on is to automatically change font-color for column "C" based on value in column "D".
- Column "C" includes numbers and letter F.
- Column "D" have 3 specific values: VC, CTX, and EXT.
- The values in column "D" is locked meaning that nothing other than VC, CTX, EXT can be added, using data validation.
- This database is using pivot tables.
VC = color, Hex #0070C0
CTX = color, Hex #375623
EXT = color, Hex #FF0000
How do i do this?
Bookmarks