Index match working but not all information being brought in

LarryLewis

New Member
Joined
Mar 31, 2011
Messages
3
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
  2. Mobile
I am creating a double entry accounting spreadsheet for my cousins small business. I have most of the sheets done just waiting for some info to finish up. I have input test data so i can see how things are coming throughbut on the yearly roll-up tab i can only get one of the months (Jun) to show up there is data for the month of july but it is not coming into the sheet and i cannot see why it isn't. any help to figure out what is going on would be grestly appreciated. Not worried about anything on the General tab just the rollup.

HillBilly Pops 2023 Ledger.xlsx
ABCDEF
1MonthIncomeBank Name CheckingBank Name Creidt CardBank Name SavingsSupplies
2Jan
3Feb
4Mar
5Apr
6May
7Jun$ (3,456.00)$ 3,956.00$ (500.00)$ 500.00$ -
8Jul$ -$ -$ -$ -$ -
9Aug
10Sep
11Oct
12Nov
13Dec
14Total$ (3,456.00)$ 3,956.00$ (500.00)$ 500.00$ -
Yearly Roll Up
Cell Formulas
RangeFormula
B2:B13B2=IF(ISNA(SUMIF('General Ledger'!$F$3:$F$100,$A2,INDEX('General Ledger'!$F$3:$AA$100,MATCH($A2,'General Ledger'!$F$3:$F$100,0),2))),"",SUMIF('General Ledger'!$F$3:$F$100,$A2,INDEX('General Ledger'!$F$3:$AA$100,MATCH($A2,'General Ledger'!$F$3:$F$100,0),2)))
C2:C13C2=IF(ISNA(SUMIF('General Ledger'!$F$3:$F$100,$A2,INDEX('General Ledger'!$F$3:$AA$100,MATCH($A2,'General Ledger'!$F$3:$F$100,0),3))),"",SUMIF('General Ledger'!$F$3:$F$100,$A2,INDEX('General Ledger'!$F$3:$AA$100,MATCH($A2,'General Ledger'!$F$3:$F$100,0),3)))
D2:D13D2=IF(ISNA(SUMIF('General Ledger'!$F$3:$F$100,$A2,INDEX('General Ledger'!$F$3:$AA$100,MATCH($A2,'General Ledger'!$F$3:$F$100,0),4))),"",SUMIF('General Ledger'!$F$3:$F$100,$A2,INDEX('General Ledger'!$F$3:$AA$100,MATCH($A2,'General Ledger'!$F$3:$F$100,0),4)))
E2:E13E2=IF(ISNA(SUMIF('General Ledger'!$F$3:$F$100,$A2,INDEX('General Ledger'!$F$3:$AA$100,MATCH($A2,'General Ledger'!$F$3:$F$100,0),5))),"",SUMIF('General Ledger'!$F$3:$F$100,$A2,INDEX('General Ledger'!$F$3:$AA$100,MATCH($A2,'General Ledger'!$F$3:$F$100,0),5)))
F2:F13F2=IF(ISNA(SUMIF('General Ledger'!$F$3:$F$100,$A2,INDEX('General Ledger'!$F$3:$AA$100,MATCH($A2,'General Ledger'!$F$3:$F$100,0),6))),"",SUMIF('General Ledger'!$F$3:$F$100,$A2,INDEX('General Ledger'!$F$3:$AA$100,MATCH($A2,'General Ledger'!$F$3:$F$100,0),6)))
B14B14=SUBTOTAL(109,[Income])
C14C14=SUBTOTAL(109,[Bank Name Checking])
D14D14=SUBTOTAL(109,[Bank Name Creidt Card])
E14E14=SUBTOTAL(109,[Bank Name Savings])
F14F14=SUBTOTAL(109,[Supplies])
Press CTRL+SHIFT+ENTER to enter array formulas.


HillBilly Pops 2023 Ledger.xlsx
ABCDEFGHIJK
1NotesDateAccount Debit Credit $ - Income Bank Name Checking Bank Name Credit Card Bank Name Savings Supplies
2 Total Row $ (6,912.00)$ 7,042.00$ (250.00)$ 500.00$ 120.00
3Opening Balance6/29/2023Bank Name Checking$ 500.00Jun$ -$ 500.00$ -$ -$ -
4Opening Balance$ 500.00Jun$ -$ -$ -$ -$ -
5Opening Balance6/29/2023Opening Balance$ 500.00Jun$ -$ -$ -$ -$ -
6Bank Name Credit Card$ 500.00Jun$ -$ -$ (500.00)$ -$ -
7Opening Balance6/29/2023Bank Name Savings$ 500.00Jun$ -$ -$ -$ 500.00$ -
8Opening Balance$ 500.00Jun$ -$ -$ -$ -$ -
9PayDay6/30/2023Bank Name Checking$ 3,456.00Jun$ -$ 3,456.00$ -$ -$ -
10Income$ 3,456.00Jun$ (3,456.00)$ -$ -$ -$ -
11Purchase Bottles7/1/2023Supplies$ 120.00Jul$ -$ -$ -$ -$ 120.00
12Bank Name Checking$ 120.00Jul$ -$ (120.00)$ -$ -$ -
13Credit Card Payment7/3/2023Bank Name Credit Card$ 250.00Jul$ -$ -$ 250.00$ -$ -
14Bank Name Checking$ 250.00Jul$ -$ (250.00)$ -$ -$ -
15payday7/15/2023Bank Name Checking$ 3,456.00Jul$ -$ 3,456.00$ -$ -$ -
16Income$ 3,456.00Jul$ (3,456.00)$ -$ -$ -$ -
General Ledger
Cell Formulas
RangeFormula
F1F1=SUBTOTAL(9,D:D)-SUBTOTAL(9,E:E)
G2:K2G2=SUM(G3:G3000)
G3:K16G3=IF($C3=G$1,$D3-$E3,0)
F3:F10F3=IF(C3="","",IF(ISBLANK(B3),TEXT(B2,"MMM"),TEXT(B3,"MMM")))
Cells with Conditional Formatting
CellConditionCell FormatStop If True
F1:G1Expression=$F$1>0textNO
Cells with Data Validation
CellAllowCriteria
C3:C16List='Table of Categories'!$A$2:$A$100
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
 
Upvote 0
Thanks for updating your details. (y)

I predominantly use office 2019 products across the board
Given that, and the fact that the headings in 'Yearly Roll Up' appear to be in the same order as in 'General Ledger', could you use this?

LarryLewis.xlsm
FGHIJK
10IncomeBank Name CheckingBank Name Credit CardBank Name SavingsSupplies
2 Total Row -69127042-250500120
3Jun0500000
4Jun00000
5Jun00000
6Jun00-50000
7Jun0005000
8Jun00000
9Jun03456000
10Jun-34560000
11Jul0000120
12Jul0-120000
13Jul0025000
14Jul0-250000
15Jul03456000
16Jul-34560000
General Ledger
Cell Formulas
RangeFormula
F1F1=SUBTOTAL(9,D:D)-SUBTOTAL(9,E:E)
G2:K2G2=SUM(G3:G3000)
G3:K16G3=IF($C3=G$1,$D3-$E3,0)
F3:F10F3=IF(C3="","",IF(ISBLANK(B3),TEXT(B2,"MMM"),TEXT(B3,"MMM")))


LarryLewis.xlsm
ABCDEF
1MonthIncomeBank Name CheckingBank Name Creidt CardBank Name SavingsSupplies
2Jan     
3Feb     
4Mar     
5Apr     
6May     
7Jun-34563956-5005000
8Jul-345630862500120
9Aug     
10Sep     
11Oct     
12Nov     
13Dec     
Yearly Roll Up
Cell Formulas
RangeFormula
B2:F13B2=IF(ISNUMBER(MATCH($A2,'General Ledger'!$F:$F,0)),SUMIF('General Ledger'!$F$3:$F$100,$A2,'General Ledger'!G$3:G$100),"")
 
Upvote 0

Forum statistics

Threads
1,215,095
Messages
6,123,072
Members
449,093
Latest member
ripvw

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