Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I write this as a macro for 200 different rows?
If F2 is 10 or more, and G2 is = D2, THEN OK If F2 is 10 or more, and G2 is < D2, THEN NOT OK If F2 is <10, and E3 is = D3, THEN OK If F2 <10, and E3 is < D3, THEN NOT OK Thanks so much if you can figure this out!! :) |