View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Forumla Help!countif?IF?If(AND? if(OR?

Hi

It depends how your data is laid out! Presuming your Status is in column A
and your Urgency is in column B, you could try something like:
=IF(AND(OR(A2="Pending",A2="Tba"),OR(B2="High",B2= "Very High")),1,0)
in column C

Hope this helps.
Andy.

"harpscardiff"
wrote in message
news:harpscardiff.21sd1a_1137513002.1216@excelforu m-nospam.com...



Hi,

I need to formula which will only bring back 1, if Status = Pending or
Tba, and Urgency is high or Very high.

i've tried countif(data...)+countif(data....) - but it don't work

I've tried :
IF(AND(
IF(OR(

But i'm struggling....any ideas ppl?

cheers


--
harpscardiff
------------------------------------------------------------------------
harpscardiff's Profile:
http://www.excelforum.com/member.php...o&userid=25960
View this thread: http://www.excelforum.com/showthread...hreadid=502080