View Single Post
  #3   Report Post  
Sandy Mann
 
Posts: n/a
Default

=IF(N8="pilot",AB8+0.05,AB8+0)

HTH

Sandy

--
to e-mail direct replace @mailinator.com with @tiscali.co.uk


"_Bigred" wrote in message
...
I am currently using the formula below (i'm trying to add 5¢ if a person

if
a pilot). But this formula returns FALSE for anyone not matching pilot.

How
do I fix the formula so that it just puts the AB8 value (without addition)
into the desired cell for those that aren't pilots?


=IF(N8="pilot",(AB8+0.05),IF(N8=FALSE,AB8+0))