Feb 26 2020 05:35 AM - edited Feb 26 2020 05:37 AM
Hi!
I try to format cells based on a minimum list:
minimum | count 1 | count 2 | count 3 | count 4 |
10 | 5 | 50 | 35 | 0 |
20 | 25 | 20 | 5 | 25 |
50 | 60 | 55 | 65 | 45 |
30 | 15 | 45 | 25 | 35 |
50 | 20 | 40 | 60 | 50 |
If the number in one of the cells are lower then minimun, it should be formated to example red.
This is a big document, and it will take forever to do 1by1. If there a way to do this faster?
Thx
Mar 01 2020 05:39 AM
SolutionHi @Chrir
Please see the attach workbook solution file for you.
=B2:E2<$A2
Important : Make sure you select the correct range & ensure that your minimum value is absolute column $A2
Regards, Faraz Shaikh | MCT, MIE, MOS Master, Excel Expert | www.ExcelExciting.com
If you find the above solution resolved your query don't forget mark as Official Answer.
Mar 06 2020 01:12 AM