Thread: PLEASE help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gale Gale is offline
external usenet poster
 
Posts: 5
Default PLEASE help

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!! :)