View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default IF function help

Are you sure you want to look for F1 (as in F number one), and not Fl (F
lower case L)? In the latter case, your existing formula will find it
(though you need to correct the syntax error, presumably a missing comma?).
If it is the former, then Stefi's OR() answer is what you want.
--
David Biddulph

"becky250" wrote in message
...
I have a spreadsheet whereby i calculate whether the employee has worked
Dayshift (D) or Twilight Shift (T), based on the times. However sometimes
the
empoloyees type in FL or F1 (for Flexi-time) and i need to change either
of
these into D. I understand it is using the IF function, i.e. if they only
typed in FL i would enter: IF (AA4="FL","D" AA4) but i am not sure how to
do
this for both FL and F1 in the same calculation.
I would appreciate any help. Thanks.