Novice needs help could not find by searching

Brodi

New Member
Joined
Dec 15, 2016
Messages
4
Hello all,
I just signed up for yor forum to learn more about Excel. I have the latest version of MS Office.

I am horrible with formulas, don't understand them, can't figure them out when laid out in front of me (but if you need a welder, I'm your guy).

So here we go:

New spreadsheet

Sheet 1
Check register

I have the makings of a regluar check register with auto math functions similar to the many on the web.

Sheet 2
Bill pay sheet

I have my bills listed with their amounts paid and all that similar to below:

[Date due]....[Date paid] [Description] [Amount] [Paid Y/N]...[Conformation #]

10/10/16........10/15/16....Internet.......$40.05..........Y............12345678
10/13/16........10/15/16....1999 Ford.....$300............N
And so on.....
I have an identical sheet for each month of the year

Here is my question:
How do I Enter the information into sheet 2 (in any order) and have that information automatically enter on the next available line in the check register (and do the math). This could be triggered by checking a box or placing a Y in the PAID column. I do not get my bills in the order they are de so I may want to pay a bill at the bottom of the list before one at the top oif the list.

I want to pay the bills for January on sheet 2 and automatically have the register add the info and do the math without me ever changing to the page.

I will be able to populate a cell in sheet 2 with my CURRENT balance as I pay bills so I know what is available.

I really hope this makes sense to those here. Hopefully I am not asking for something that cannot be done. And please, do not spend your entire weekend trying to solve my problem, it is MY problem.

It is difficult to describe as it is in my head but I think I got the point across.

I have not created sheet 2 yet as I don't want to have to change it later so I can do whatever I need to make it work (Except make it work myself).

I hope this is simple for those here and someone can explain it in a way that I will understand it. I am computer challenged and was hoping for a cut and paste answer somewhere on the web or a pre-made spreadsheet that did what I want but could not find either so now need to try to understand it in an explained version if anyone here has the answer I am searching for.

If this has been answered before and I did not find it in search, I appologize, please refer me to the thread.

Thanks to all for sharing their knowledge with those that do not have it.

Brodi
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
what are the info required in Sheet1?

if just the list of bills paid or date due with a range of dates etc you can just put a filter row on Sheet2, that will rid of the 'Check register' sheet and NO formula needed.
 
Upvote 0
AlanY,

Thanks for replying, I appreciate it.


Sheet 1 would look like this:

Check NumberDateDescription of TransactionDebit (-)Credit (+)Balance
12/20/16Previous balance$435.99$435.99
103312/21/16Groceries$123.78$312.21
12/22/16Deposit, sweepstakes winnings$10,000.00$10,312.21
10341/3/17Dry cleaner$10.75$10,301.46

<colgroup><col><col><col><col><col><col><col><col></colgroup><tbody>
</tbody>

The information would need to populate from sheet 2. I know I can make a cell here equal to one on that sheet but would like it automatically done on the NEXT available line.

Hopefully this make sense. I want to fill out sheet 2 and not touch sheet 1.

Appreciate your looking at this.

Brodi
 
Upvote 0
i've a mockup file made up, have a look to see if they meet your requirements.

https://drive.google.com/open?id=0B1h-Y2fdTl08ZUpPM2xTeHkxdUU

by changing the paid status (Y/N) on Sheet2 Column E, Sheet 1 should update automatically.
you can copy the formula in Sheet1, Cols A to G (shaded) down as the list grown.

note that most of the formula are array formula that required to confirmed with shift-control-enter (all 3 keys) together.
if you just copy them down it should be OK.
 
Upvote 0
better amned Sheet2, F3 to =IF(D3="",IF(E3="","",F2+E3),F2+E3-D3) and copy down.

to cover the single credit, e.g. Deposit, sweepstakes winnings $10,000.00 :cool:
 
Last edited:
Upvote 0
I would like for you to explain what the sheet names are.

You said:
Sheet 2
Bill pay sheet

Then you said:

and have that information automatically enter on the next available line in the check register

What is the name of the sheet you refer to now as the "check" register

When giving us sheet names please show them like this:

Sheet named "Register"

Put the sheet name in quotes so we know the exact sheet name.

Then you said:

This could be triggered by checking a box or placing a Y in the PAID column

What column is the PAID column


And what do you mean when you say "then do the math"
 
Upvote 0
Upvote 0
AlanY,

Thank you so much for your work. It does what I wanted. Now I just need to input my info and "TRY" to rearrange it just a bit to look like I want. Hopefully I can do that without screwing it up. Yes, I am making a backup copy.

I do have a question:
If I call Sheet2 January, can I copy it to sheet 3 and have that work as well without screwing things up? Will I need to make and adjustments? I am assuming that if I can make my minor formatting changes that I can copy sheet 2 over and over for each month.
Does this sound correct?

Thank you,

Brodi
 
Upvote 0
Alan. It would be nice to see your script here and not just in a link. Can you not enter your script here so we can all see it without having to click on some unknown link? Clicking on links can sometimes be dangerous.

apology, it's just getting quite big that's all


Excel 2012
ABCDEF
1[Date due][Date paid][Description][Amount][Paid Y/N]Check Number
223/12/201614/01/2017Internet$40.05Y2061
323/12/201606/01/20171999 Ford$300.00N2277
401/02/201701/03/2017Internet$201.00N2306
529/01/201727/02/2017Internet$137.00Y2365
631/01/201701/03/2017Internet$103.00N2300
728/12/201625/01/20171999 Ford$250.00N2149
827/12/201620/01/20172000 Ford$267.00N2297
930/12/201624/01/20171999 Ford$138.00Y2063
1012/01/201708/02/2017Internet$251.00Y2132
1110/01/201726/01/2017Internet$278.00Y2312
1201/01/201719/01/2017Internet$300.00N2417
1324/12/201616/01/2017Internet$158.00N2195
1402/02/201716/02/2017Internet$212.00N2313
1520/01/201719/02/2017Internet$77.00N2268
1603/01/201730/01/2017Internet$203.00N2134
1704/01/201720/01/2017Internet$212.00Y2046
1827/12/201624/01/2017Internet$115.00Y2107
1925/01/201724/02/2017Internet$41.00N2284
2027/01/201706/02/2017Internet$287.00Y2112
Sheet2



Excel 2012
ABCDEFG
1Check NumberDateDescription of TransactionDebit (-)Credit (+)Balance[Paid Y/N]
25000
3206114/01/2017Internet40.054959.95Y
4236527/02/2017Internet1374822.95Y
5206324/01/20171999 Ford1384684.95Y
6213208/02/2017Internet2514433.95Y
7231226/01/2017Internet2784155.95Y
8204620/01/2017Internet2123943.95Y
9210724/01/2017Internet1153828.95Y
101000013828.95
11211206/02/2017Internet28713541.95Y
12Y
13Y
14Y
15Y
Sheet1
Cell Formulas
RangeFormula
F3=IF(D3="",IF(E3="","",F2+E3),F2+E3-D3)
A3{=IFERROR(INDEX(Sheet2!$F$2:$F$100,SMALL(IF(Sheet2!$E$2:$E$100=G3,ROW(Sheet2!$E$2:$E$100)-(ROW(Sheet2!$E$2)-ROW(Sheet2!$E$1))),COUNTIF(G$3:G3,G3))),"")}
B3{=IFERROR(INDEX(Sheet2!$B$2:$B$100,SMALL(IF(Sheet2!$E$2:$E$100=G3,ROW(Sheet2!$E$2:$E$100)-(ROW(Sheet2!$E$2)-ROW(Sheet2!$E$1))),COUNTIF(G$3:G3,G3))),"")}
C3{=IFERROR(INDEX(Sheet2!$C$2:$C$100,SMALL(IF(Sheet2!$E$2:$E$100=G3,ROW(Sheet2!$E$2:$E$100)-(ROW(Sheet2!$E$2)-ROW(Sheet2!$E$1))),COUNTIF(G$3:G3,G3))),"")}
D3{=IFERROR(INDEX(Sheet2!$D$2:$D$100,SMALL(IF(Sheet2!$E$2:$E$100=G3,ROW(Sheet2!$E$2:$E$100)-(ROW(Sheet2!$E$2)-ROW(Sheet2!$E$1))),COUNTIF(G$3:G3,G3))),"")}
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0

Forum statistics

Threads
1,214,606
Messages
6,120,488
Members
448,967
Latest member
visheshkotha

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top