EXCEL 2003-Need seperate totals for - & + #'s in a cell range

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The spreadsheet has one row for keeping track of personal hrs accurred, hr
used and hrs worked. The hrs used are indicated with a - (-2.0). I need
a seperate total for the hrs used and hrs worked.

Ex: Row 2,C2 thru E2 have the following entries:

B2 = 20.75 (Beg Accural Bal)
C2 = 2.0 (worked)
D2 = -5.5 (used)
E2 = 3.75 (worked)

G2 - should equal hrs used
H2 - Should equal hrs worked
I2 - ending accural bal.

Thanks
 
Sydnee,

Try Sumif(C2:F2,">0",C2:F2)

Of course "F" can represent any number of columns (e.g. ZZ)

Cheers,

APL
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top