If I do this, I get a message saying the formula contains an error. WHen I
hit okay, the cursor goes back to the formula, and highlights the 1310.
Column A should be a decimal value so i do not have the 1310 in quotes.
any suggestions???
> =if(and(A1>1310;A1<1369);C1;"")
>
[quoted text clipped - 19 lines]
>>
>> Any suggestions??
Bob Phillips - 29 Jan 2008 16:48 GMT
=IF(AND(A1>1310,A1<1369),C1,0)

Signature
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> If I do this, I get a message saying the formula contains an error. WHen
> I hit okay, the cursor goes back to the formula, and highlights the 1310.
[quoted text clipped - 25 lines]
>>>
>>> Any suggestions??