Color cell if value is within a range in Excel using VBA

preview_player
Показать описание
The video offers a short tutorial on how to color cell if value is within a range in Excel using VBA.
Рекомендации по теме
Комментарии
Автор

Same comment, instead of explaining what the code does, you just copy past the done WTF

Linkonem
Автор

I am trying to write a VBA Function code to highlight Odd and Even numbers. But not having much luck. Can anyone help me, please?

I would like to use the following condition to highlight a cell:

=AND(ISODD(A1), A1<24) for Low-Odds
=AND(ISODD(A1), A1>24) for Low-Evens
=AND(ISEVEN(A1), A1<23) for High-Odds
=AND(ISEVEN(A1), A1>23) for High-Evens

kpkaus
welcome to shbcf.ru