Jump to content

Recommended Posts

Posted

I am trying to use excel to work out saläries, and i have it set up so that i have worksheets for january through december, i need it to be set up so that for each month that i put numbers in, i need it to work out how much has been earned up to that point...Meaning if we are in september, then i have an area that automatically works out how much has been earned from january and til today...and then when i get to october it adds that to the total...But i'd like a formula that does that without me having to work it out each time.

Any advice??

I was told to use eg. =SUM(Jan!I11:Dec!I11)

But it doesnt seem to work...am i doing something wrong?

-->moved to Excel Forum

-N1K


Posted

I don't think that you can do that, because you cannot sum "intermediate" sheets.

But why dont you make it simple:

On Feb

=Jan!I11

On Mar

=Jan!I11+Feb!I11

etc.

jaclaz

Posted

well as long as all of the cells stay in the same spot you can still use the sum function, but it looks a little different (kinda likewhat jaclaz said.)

=SUM(Jan!I11,Feb!I11, Mar!I11, Apr!I11, May!I11, Jun!I11, Jul!I11, Aug!I11, Sep!I11, Oct!I11, Nov!I11, Dec!I11)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...