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 / November 2007

Tip: Looking for answers? Try searching our database.

adding results from formulas (ignoring #divo)

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
J.W. Aldridge - 12 Nov 2007 17:31 GMT
i feel crazy asking this question (knowing as much as i do)

but i have a formula that adds the values of cells which contains the
results of other formulas when data is inserted. ineed a working sum
regardless of the other cells having a result.

=SUM(E4,H4,K4)

e4=IF(IF(D5=""," ",(D5/E$2)*D$26)>D$26,D$26,IF(D5=""," ",(D5/E$2)*D
$26))
h4=MIN(35,(H$2/(G4))*G$26)
K4==IF(J4="",0,IF(J4=0,J$26,IF(J4=1,J$26,IF(J4>J$26,0, ))))
T. Valko - 12 Nov 2007 18:55 GMT
Try this:

=SUM(IF(ISNUMBER(E4),E4),IF(ISNUMBER(H4),H4),IF(ISNUMBER(K4),K4))

Signature

Biff
Microsoft Excel MVP

>i feel crazy asking this question (knowing as much as i do)
>
[quoted text clipped - 8 lines]
> h4=MIN(35,(H$2/(G4))*G$26)
> K4==IF(J4="",0,IF(J4=0,J$26,IF(J4=1,J$26,IF(J4>J$26,0, ))))
Bob Phillips - 12 Nov 2007 19:01 GMT
=SUM(IF((ISNUMBER(E4:K4))*(MOD(COLUMN(E4:K4),3)=2),E4:K4))

which is an array formula, it should be committed with Ctrl-Shift-Enter, not
just Enter.
Excel will automatically enclose the formula in braces (curly brackets), do
not try to do this manually.
When editing the formula, it must again be array-entered.

Signature

---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

>i feel crazy asking this question (knowing as much as i do)
>
[quoted text clipped - 8 lines]
> h4=MIN(35,(H$2/(G4))*G$26)
> K4==IF(J4="",0,IF(J4=0,J$26,IF(J4=1,J$26,IF(J4>J$26,0, ))))
 
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.