+ Reply to Thread
Results 1 to 15 of 15

payment staus sheet

  1. #1
    Registered User
    Join Date
    01-16-2007
    Posts
    94

    payment staus sheet

    Good afternoon
    This is a new payment status sheet that my company has put together to use with future clients. There are a few things that we would like fixed but can not figure out ourselves. I have attatched the document along with some notes as to what we can not get to work. Any help would be great.
    Attached Files Attached Files
    Last edited by jon@karhu; 12-04-2008 at 04:59 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    To make a cell empty until a value is filled elsewhere, you need an IF() statement...

    for example in L45 replace your formula with: =IF(J43="","",L43+L44)

    similarly for other cells.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492
    Any particular reason your sheet is 3 megabytes? I couldn't figure it out. I cut and pasted it into another sheet and it dropped to 25k... Very strange.

    Also, the last two formulas don't seem to draw final numbers on your original sheet. I would recheck them.
    Attached Files Attached Files
    Last edited by JBeaucaire; 12-02-2008 at 03:23 PM.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  4. #4
    Registered User
    Join Date
    01-16-2007
    Posts
    94
    Im not sure why it was that big, I didnr create it. What happens right now is someone creates a form like this that suits their needs and gets it as close to working as possible then I make the last few formulas to work. I will try the IF thing and see if I can get it to work.

  5. #5
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492
    It's all working in the one I uploaded, except you need proper formulas in the last two cells.

  6. #6
    Registered User
    Join Date
    01-16-2007
    Posts
    94
    The last 2 formulas dont work because they arent connected to the rest of the sheet yet. I cant seem to get the IF staments to work. I dont really understand how it is supposed to work. Please explain it more clearly.

  7. #7
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492
    Which IF statement are you having trouble with? In the one I uploaded, cell D46 has this formula: =IF($C$45>0,SUM(D45:D46),"")

    This breaks down logically as: If ( [test] , [do this if true] , [do this if false] )

    The test looks to see if cell C45 is greater than zero. If it is, it sums the cells above D46 and shows the total. If cell C45 is still zero, it presents a null response, shown in the formula as quotes with nothing (null) between them.

    EDIT: If you tell me what the final two cells are supposed to add up, I can fix them as well.

  8. #8
    Registered User
    Join Date
    01-16-2007
    Posts
    94
    ok So I managed to get the IF statements to half work. They show the number I want when there is a number in the cell but it just reads false until there is a number placed in the appropriate cell. Is there a way for it to just read 0?

  9. #9
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492
    =IF(test,true,false)

    Your formulae are missing the last section, so put a 0 after the second comma to get a zero for the "false" result.

    The one I posted didn't have any of those showing, so what are you doing differently? Just use the one I posted and fix those last two cells. (nudge)

    No reason to keep using a 3mb version of a doc that only needs to be 25k.

  10. #10
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492
    =IF(test,true,false)

    Your formulae are missing the last section, so put a 0 after the second comma to get a zero for the "false" result.

    The one I posted didn't have any of those showing, so what are you doing differently? Just use the one I posted and fix those last two cells. (nudge)

    No reason to keep using a 3mb version of a doc that only needs to be 25k.

  11. #11
    Registered User
    Join Date
    01-16-2007
    Posts
    94
    I was going to use the one you reposted but it is missing several formulas from different parts of the sheet. Any idea why my version is so big? Is there anyway to reduce it?

  12. #12
    Registered User
    Join Date
    01-16-2007
    Posts
    94
    Ok so I got all of the If formulas working as I want them to now I have 2 formulas left to get working but I cant seem to wrap my head around how to make them work.
    The first one being "total amount invoiced to date" I need this cell to add all of the invoices that have been issued (AG36:AG42, AG45). The first part is easy it just adding up the numbers but when I add in AG45 it wont work because there is no value there until the final invoice has been written. So what needs to happen is the cell totals the invoices written excluding the final draw (AG36:AG42) and then when the final draw is issued it adds in AG45.
    The second issue is "Aamount still to be invoiced(plus any new change orders). This adds the quote amount (AG22), the change order amount (AG33), and then subtracts the amount already invoiced. I have no idea why this formula doesnt worh I thought it was pretty straight forward.
    I think all the rest of the formulas work at this point.
    The last question I have is how could I go about making the file smaller? as it has been stated above it is far bigger than it needs to be, but I dont understand why.

    Thanks for all your time.
    Attached Files Attached Files

  13. #13
    Registered User
    Join Date
    01-16-2007
    Posts
    94
    Double post. Sorry. Please delete
    Last edited by jon@karhu; 12-04-2008 at 10:03 AM. Reason: double post

  14. #14
    Registered User
    Join Date
    01-16-2007
    Posts
    94
    I got everything working. Thanks for your help.

  15. #15
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492
    Awesome! Glad to hear it.

    Be sure to EDIT your original post and mark the PREFIX box [SOLVED]

+ 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