Re-Post - hard formula (Bob Phillips out there anywhere?...)

D

Duncan

Hi all,

Following up from a previous thread of mine:


http://groups.google.co.uk/group/mi...9a059?lnk=st&q=&rnum=1&hl=en#bab701b2bb49a059


Now I need to add an extra condition!


I need the formula to look at one more cell, lets say the cell is J5,
now if there is nothing in column C, and there is a date in either B or

A, and the cell J5 has something beginning with an "N", then the result

needs to be "0".


Is this possible? anyone with a good mind for formulas please please
help, it makes so much sense if you look at the thread above and see
the original formula I need to amend.


Many thanks in advance


Duncan
 
B

Bob Phillips

=IF(OR(COUNTIF(A2:C2,"")=3,AND(AND(ISNUMBER(A2),ISNUMBER(C2)),OR(ISNUMBER(B2
),ISBLANK(B2)))),1,IF(LEFT($J$5,1)<>"N",1,0))

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
D

Duncan

Bob, you are a genius,

I am still testing but appears to work perfectly.

Many many thanks!

Duncan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top