Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / January 2006

Tip: Looking for answers? Try searching our database.

Another Excel Formula

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
elusiverunner - 12 Jan 2006 01:10 GMT
Hello All,

Once again I am having problems creating a formula for a worksheet I am
creating.  I have three columns - first on is cost of labor; second is cost
of parts and third is total of the two previous columns, no problems there.

What I want to do is if there is no values entered in column one or column
two I want column 3 to remain blank.

I have tried using the "IF" statement, but the result is always that I have
an error in my formula - can someone help with a formula and what it means ??
Signature

Steven.

In God we trust, all others we virus scan.

Bob Umlas - 12 Jan 2006 01:18 GMT
=IF(OR(A1="",B1=""),"",A1+B1)
Bob Umlas
Excel MVP

> Hello All,
>
[quoted text clipped - 11 lines]
> an error in my formula - can someone help with a formula and what it means
> ??
Roger Govier - 12 Jan 2006 01:27 GMT
Hi

One way
=IF(COUNT(A1:B1)<2,"",A1+B1)

Signature

Regards

Roger Govier

> Hello All,
>
[quoted text clipped - 13 lines]
> an error in my formula - can someone help with a formula and what it
> means ??
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.