just wrap in another if
=if(h32="M","", yourformula)

Signature
Don Guillett
SalesAid Software
dguillett1@austin.rr.com
>I am trying to achieve a blank cell which currently has a formula relating
>to a different sheet.
[quoted text clipped - 11 lines]
>
> Mel
Mel - 09 Jul 2006 15:29 GMT
Hi Don, and thanks, I've tried this
=IF(H32="M","",IF(OR(D33>0,G33>0),'Stats-Job'!M9,))
but now if there is no "M" in the cell it gives me a "ref" error?/
Mel
> just wrap in another if
> =if(h32="M","", yourformula)
[quoted text clipped - 14 lines]
>>
>> Mel
Don Guillett - 09 Jul 2006 15:56 GMT
=IF(OR(h32="M",D33<=0,G33<=0),"",'Stats-Job'!M9)

Signature
Don Guillett
SalesAid Software
dguillett1@austin.rr.com
> Hi Don, and thanks, I've tried this
>
[quoted text clipped - 21 lines]
>>>
>>> Mel
Don Guillett - 09 Jul 2006 15:33 GMT
try this
=IF(OR(h32<>"m",D33>0,G33>0),'Stats-Job'!M9,"")

Signature
Don Guillett
SalesAid Software
dguillett1@austin.rr.com
> just wrap in another if
> =if(h32="M","", yourformula)
[quoted text clipped - 14 lines]
>>
>> Mel
Mel - 09 Jul 2006 16:12 GMT
Don, Many thanks for your help,
=IF(H32="M","",IF(OR(D33>0,G33>0),'Stats-Job'!M9,))
Which is what you were trying to tell me in your first post, I got the
spelling wrong on my reference to the other sheet, too long out of bed and
fingers cold and typed the wrong sheet name, I thank you very much for
helping me. Bed time in eastern Australia.
Mel
> try this
>
[quoted text clipped - 18 lines]
>>>
>>> Mel
BTW, I have tried this but it gives me a value error
=IF(OR(D33>0,G33>0),'Stats-Job'!M9,)*IF(H32="M","")
Its after midnight here in Melbourne Australia, but I'm still up working. I
would appreciate anyone who knows how I fix this problem.
I may need to go to bed soon but thank anyone who can help and will look in
the morning.
Thank you
>I am trying to achieve a blank cell which currently has a formula relating
>to a different sheet.
[quoted text clipped - 11 lines]
>
> Mel