Conditional formatting on multiple criteria
Solved/Closed
pramvyas000
Posts
4
Registration date
Tuesday November 17, 2015
Status
Member
Last seen
November 20, 2015
-
Nov 18, 2015 at 12:27 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Nov 23, 2015 at 11:16 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Nov 23, 2015 at 11:16 AM
Related:
- Excel vba conditional formatting formula multiple conditions
- Number to words in excel formula without vba - Guide
- Conditional formatting if cell contains text - Excel Forum
- Excel grade formula - Guide
- 1st, 2nd, 3rd position formula in excel ✓ - Office Software Forum
- How to calculate position (1st,2nd,3rd) in excel....? - Excel Forum
2 responses
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Nov 19, 2015 at 11:26 AM
Nov 19, 2015 at 11:26 AM
Hi Pramod,
Have you tried using formula's with conditional formatting?
Formula for A green would look like:
=AND(N2>500,N2<50000,OR(J2="DI2",J2="DI3",J2="DI4"),Q2="3 months")
Create formula's like these for the rest of your conditions.
Best regards,
Trowa
Have you tried using formula's with conditional formatting?
Formula for A green would look like:
=AND(N2>500,N2<50000,OR(J2="DI2",J2="DI3",J2="DI4"),Q2="3 months")
Create formula's like these for the rest of your conditions.
Best regards,
Trowa
Nov 19, 2015 at 10:36 PM
since the overall condition would be 9 is it possible to create 9 formulas in conditional formatting?
with Regards
Pramod Vyas
Nov 19, 2015 at 10:38 PM
one more question since the no of rows will be growing very quickly is it possible to have a vba code to perform the function
with Regards
Pramod Vyas