View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Muhammed Rafeek M Muhammed Rafeek M is offline
external usenet poster
 
Posts: 179
Default Need a little help please.

Try this function:
=IF(AND(B2="S",C211),"Call HR",IF(OR(B2="U",B2="O")*(C222),"Call HR","No
Action"))


"hotdog6660" wrote:


Hello.
I am putting together a spreadsheet but have struggled to get past this
final stage
Basically I have a spreadsheet which will show across a row.
A B
C
user name Ref (which will be O, S, or U) a number of days
between 2 dates.

I need a formula which will "look" at whether cell in B is U, S, or O.
It also has to "look" at whether the days in cell C is above 22 for (O
or U) or above 11 for S

If the criteria is above these amounts the cell will display a message
"Call HR"
If it is below these levels it will display "no action"

Any help is very much obliged
hotdog


--
hotdog6660
------------------------------------------------------------------------
hotdog6660's Profile: http://www.excelforum.com/member.php...o&userid=37869
View this thread: http://www.excelforum.com/showthread...hreadid=574146