Thread: IF FORMULA
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
ozgrid.com ozgrid.com is offline
external usenet poster
 
Posts: 464
Default IF FORMULA

=IF(COUNTIF(A1:A10,B2),"end of pay period",IF(COUNTIF(C1:C10,B2),"pay
day",""))

Change ranges to suit.



--
Regards
Dave Hawley
www.ozgrid.com
"Donna" wrote in message
...
Hi:

I am trying to write an if formula that if B2 is equal to a specific date
in
a range of dates then it is the end of a pay period, if B2 is equal to a
date
in a second range of dates then it state pay day.

I have set up two tables with dates. One has pay period ending dates and
the
other table has pay day dates.

I keep getting a Value error.

Please help.
--
Donna