+ Reply to Thread
Results 1 to 2 of 2

Adding values to date!

  1. #1
    Registered User
    Join Date
    04-06-2010
    Location
    Brisbane
    MS-Off Ver
    Excel 2007
    Posts
    3

    Adding values to date!

    Okay, so what I'm dealing with is a progress claim form which has 12 tabs, each tab being 1 month.

    The column i'm trying to make work is the "claim to date" where it will add the previous amounts claimed over the previous months.

    I've made this work with this formula...

    =IF(C8="","",(IF('2'!H8="",(IF('2'!G8="","",'2'!G8)),(IF('2'!H8="","",'2'!H8))+(IF('2'!J8="",0,'2'!J8)))))

    Note - it's this complicated because I don't want it to say #VALUE! or $0.00 everywhere it was missing an input.

    The problem with this formula is that once i get onto month 3 or 4 etc, if i have not entered a claim in say, month 1, it won't bring ANY of the claims forward.

    Sorry if this is confusing anyone but I have been immersed in this for the past few days and I fear I am too deep to work out a working equation.

    I will send the file i'm working on if anyone cares to look at it.

    Thanks in advance if you can help
    Last edited by Maicon; 04-07-2010 at 01:41 AM. Reason: solved!

  2. #2
    Registered User
    Join Date
    04-06-2010
    Location
    Brisbane
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Adding values to date!

    I have solved my problem:

    =IF('2'!H8="",IF('2'!J8="","",'2'!J8),SUM('2'!H8,'2'!J8))


    Thanks anyway guys!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1