HaworthEstates
New Member
- Joined
- Jan 9, 2021
- Messages
- 10
- Office Version
- 365
- 2019
- Platform
- Windows
- MacOS
Hello there
I would like to find a VBA to format the cells ($A:$B), based on the values in $C and $D, which are variable, with the result in columns $E and $F, as per the below sample:
Many thanks in advance.
Yours,
Haworth
I would like to find a VBA to format the cells ($A:$B), based on the values in $C and $D, which are variable, with the result in columns $E and $F, as per the below sample:
Source | Delays | Desired Font | Desired Color | Result 1 | Result 2 |
John Doe 1 | 45 | BOLD | #C00000 | John Doe 1 | 45 |
John Doe 2 | 38 | BOLD | #C00000 | John Doe 2 | 38 |
John Doe 3 | -12 | Regular | #000000 | John Doe 3 | -12 |
John Doe 4 | -40 | Regular | #000000 | John Doe 4 | -40 |
John Doe 5 | 12 | Regular | #FF66CC | John Doe 5 | 12 |
John Doe 6 | 35 | Regular | #FF66CC | John Doe 6 | 35 |
John Doe 7 | 67 | BOLD | #FF66CC | John Doe 7 | 67 |
John Doe 8 | -4 | Regular | #000000 | John Doe 8 | -4 |
John Doe 9 | 22 | BOLD | #C00000 | John Doe 9 | 22 |
John Doe 10 | 35 | BOLD | #C00000 | John Doe 10 | 35 |
Many thanks in advance.
Yours,
Haworth