![]() |
|
![]() |
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
![]()
Hello,
I am a total novice with excel and have never used any kind of program that you use to make templates for anything, or any kind of a database program to do anything. So, I downloaded a free template that pretty much did what I needed, except for a couple of things which I did figure out how to put in and rearrange. I now need for three things to happen: 1. Each item in the debit column [E] must be subtracted from the beginning balance in the Balance column [F] showing a running total for each 2. The items in the debit column [E] also must add together and put the total debits in 2nd from the bottom cell of that column. 3. The Balance column [F] which has the running totals from subtracting the debits has to have a final ending balance at the bottom cell of that column. [EDIT 1:36pm 8-19-16] I forgot to say, the reason for the extra blank cells in the red box of Column E is that in other months there might be more expense items in that column so I figured there must be a way to make sure the formula used would be able to include those if they had items in them. I have attached a screenshot with all the information. Thanks for any help. Ruth Last edited by innkeeper9; 08-19-2016 at 01:39 PM. Reason: Forgot to include one caveat |
#2
|
|||
|
|||
![]()
In E33: =SUM(E16:E31)
In F18: =IF(E18,$F$16-SUM($E$18:E18),""). Copy down to F31. In F34: =LOOKUP(2,1/($F$18:$F$31<>""),$F$18:$F$31) |
#3
|
|||
|
|||
![]()
It works perfectly. Thank you so much. I did 3 sheets and even found out how to get the ending balance of one to show up at the beginning balance of the next. However --- it worked so perfectly it made me realize that I made a mistake in my layout
![]() I'm not very good at explaining, I get too long trying to make sure I cover everything, it's why I use images, but I will try. Row 22, Owner, can't be in that area, it is a debit but not an expense and when I got things working with your formulas I realized that. That row 22 needs to be between Row 33 Total Expenses and Row 34 Ending Balance. So, I cut row 22 which made Total expense row 32 and then I inserted the cut cells after it so that Owner became 33 and Ending Balance 34. The total expenses are correct now, but of course the ending balance is not. And, though I can get an idea of what the first two formulas you gave me are doing, I can't figure out anything on the last one. Can it be modified to subtract that Owner distribution before putting in the ending balance? Or is there a different function that would have to be used? Thank you so very much for your help! Ruth |
#4
|
|||
|
|||
![]()
The formula I said you should enter in F34 was unnecessarily complicated. I have made a simpler one in the attached.
Hope I have understood you correct. |
#5
|
|||
|
|||
![]()
What about a little reply?
|
#6
|
|||
|
|||
![]()
Hi,
I am so sorry. Everything works terrific, and that formula I understand ![]() I thank you very much for all your time and your help. I hope that you will continue to help me when I post my next question, and there is another question, but on a different issue, so I think I should post it as another topic, once I figure out how to ask it ![]() ![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Contiguous grouping | derohanes | Excel | 4 | 10-30-2015 04:41 PM |
Matching Criteria against a range when criteria is not in contiguous cells?? | GMorris | Excel | 9 | 08-20-2014 02:15 AM |
![]() |
Joey Cheung | Word Tables | 1 | 08-12-2014 05:15 PM |
Vertical lines in PRINTED tables not contiguous | edspiderelrod | Word | 2 | 05-03-2014 04:42 PM |
Summing Non Contiguous Cells in a Row or Column | Joe Ottenhof | Excel | 4 | 12-19-2012 04:13 AM |