fischXcell2
New Member
- Joined
- May 24, 2024
- Messages
- 11
- Office Version
- 2024
- 2021
- Platform
- Windows
- MacOS
Hello,
I'm embarrassed that I can't figure this out for myself, but......
This is a small sample of a larger worksheet.
I've been trying all day to create a dynamic conditional formatting. I want to change the fill color based on the value Typ, but I only want to fill the first 3 columns. I don't want to fill Matrix or ADS.
I created two dynamic ranges using OFFSET - One for Typ and one for the first 3 rows called CompDetails.
I want to create dynamic conditional formatting that will make the first 3 rows blue if Typ = Desktop; green if Typ = Laptop and so on.
For Typ =OFFSET(Computer!$A$1,1,,COUNTA(Computer!$A$1:$A$999)-1,1)
For CompDetails =OFFSET(Computer!$A$1,1,,COUNTA(Computer!$A$1:$E$999)-1,3)
The worksheet will expand down, but not across.
I know there is a way to use a formula to do this, but I cannot for the life of me figure it out.
Please help before I tear out all of my hair!! I won't look good bald.
**I cannot use VBA**
I'm embarrassed that I can't figure this out for myself, but......
This is a small sample of a larger worksheet.
I've been trying all day to create a dynamic conditional formatting. I want to change the fill color based on the value Typ, but I only want to fill the first 3 columns. I don't want to fill Matrix or ADS.
I created two dynamic ranges using OFFSET - One for Typ and one for the first 3 rows called CompDetails.
I want to create dynamic conditional formatting that will make the first 3 rows blue if Typ = Desktop; green if Typ = Laptop and so on.
For Typ =OFFSET(Computer!$A$1,1,,COUNTA(Computer!$A$1:$A$999)-1,1)
For CompDetails =OFFSET(Computer!$A$1,1,,COUNTA(Computer!$A$1:$E$999)-1,3)
The worksheet will expand down, but not across.
I know there is a way to use a formula to do this, but I cannot for the life of me figure it out.
Please help before I tear out all of my hair!! I won't look good bald.

TYP | MODEL | ORT | MATRIX | ADS | |
---|---|---|---|---|---|
1 | Desktop | HP Compaq | UNBEK | JA | JA |
2 | Desktop | HP Elite 7000 Microtower | UNBEK | JA | JA |
3 | Desktop | HP 500B | KELLER | NEIN | NEIN |
4 | Laptop | Fujitsu U7411 | KELLER | NEIN | NEIN |
5 | Laptop | Fujitsu U7310 | UNBEK | JA | JA |
6 | Laptop | Lenovo Thinkpad E570 | KELLER | JA | JA |
**I cannot use VBA**
Last edited: