Help with Formula (Excel 2003 SP3)

steveh
SilverLounger
Posts: 1952
Joined: 26 Jan 2010, 12:46
Location: Nr. Heathrow Airport

Help with Formula (Excel 2003 SP3)

Post by steveh »

Hi all

I am trying to write a formula

=ISERROR(IF('Selected packaging'!A2=0,"No packaging solution available, please contact operations",'Selected packaging'!A2),"No packaging solution available, please contact operations"

If I enter it like this it says there is a paerntasis missing, if I add ) after operations") it says there are too many arguements, I just can't seem to get it right, would appreciate a pointer
Steve
http://www.freightpro-uk.com" onclick="window.open(this.href);return false;
“Tell me and I forget, teach me and I may remember, involve me and I learn.”
― Benjamin Franklin

User avatar
HansV
Administrator
Posts: 78446
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: Help with Formula (Excel 2003 SP3)

Post by HansV »

I think you want

=IF(OR(ISERROR('Selected Packaging'!A2),'Selected Packaging'!A2=0),"No packaging solution available, please contact operations",'Selected Packaging'!A2)
Best wishes,
Hans

steveh
SilverLounger
Posts: 1952
Joined: 26 Jan 2010, 12:46
Location: Nr. Heathrow Airport

Re: Help with Formula (Excel 2003 SP3)

Post by steveh »

HansV wrote:I think you want

=IF(OR(ISERROR('Selected Packaging'!A2),'Selected Packaging'!A2=0),"No packaging solution available, please contact operations",'Selected Packaging'!A2)
Thanks Hans

I would have been there for a onth of Sundays, this packaging orientation workbook has already taken me about 10 months on and off!! :cheers:
Steve
http://www.freightpro-uk.com" onclick="window.open(this.href);return false;
“Tell me and I forget, teach me and I may remember, involve me and I learn.”
― Benjamin Franklin