Thread: if statement
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RRyan RRyan is offline
external usenet poster
 
Posts: 8
Default if statement

I'm working on a vacation tracker and would like to carry over unused
vacation. My cell formula works on the anniversary day but goes away the day
after. If the month and day = the anniversary than true otherwise false.
=IF(H2=FALSE,"",G2+E2) Any ideas?