handofthrawn
New Member
- Joined
- Feb 13, 2014
- Messages
- 9
Right now I have a list of numbers from A1:A8. I want B1 to have a conditional format that looks at A1:A8, skips every other cell (A2, A4, A6, and A8), and let me know if either A1, A3, A5, or A7 have a value of less than 1 (0 or negative). So its skipping every other row and only looking at one column. If that happens, B1 turns red.
I'm not good with the MOD function and am struggling with conditional formatting. In the conditional format, I have tried using the mod function so it would be like =MOD(A1:A8, 2) < 1
but I'm obviously messing something up. If anyone knows what I'm doing wrong I would greatly appreciate the help.
A1: 600
A2: -592
A3: -1
A4: -17
A5: 350
A6 -560
A7: 0
A8: 15
I'm not good with the MOD function and am struggling with conditional formatting. In the conditional format, I have tried using the mod function so it would be like =MOD(A1:A8, 2) < 1
but I'm obviously messing something up. If anyone knows what I'm doing wrong I would greatly appreciate the help.
A1: 600
A2: -592
A3: -1
A4: -17
A5: 350
A6 -560
A7: 0
A8: 15