Hi there,
I have tried using Chat GPT to assist me with this particular thing I'm trying to achieve but I feel that I am entering the same formula over and over again just different ways of entering it in.
So here I am, frustrated because I've spent way too much time trying to get Excel to do what I want it to do.
So basically, I am trying to create a calendar thats a set and forget type thing. I have all the data matching to the dates etc, but what I want now is these particular figures to go into another cell(s) so I can track how much from each pay I need to set aside each week. I want the figures to go down the column, so far I've only managed to get them to appear across.
Heres where you come in.... Please help me before I give up! hahahaha.
These are the things I've tried
=IFERROR(INDEX($E$6:$R$10,SMALL(IF(ISNUMBER(SEARCH("S -",$E$6:$R$10)),ROW($E$6:$R$10)-ROW($E$6:$R$10)+1),ROW(INDIRECT("1:"&COUNTIF($E$6:$R$10,"S -*"))))),COLUMN(A1))
This one looked to be wanting to display the text I want but I only have the number 1 showing down the array.
I have tried using Chat GPT to assist me with this particular thing I'm trying to achieve but I feel that I am entering the same formula over and over again just different ways of entering it in.
So here I am, frustrated because I've spent way too much time trying to get Excel to do what I want it to do.
So basically, I am trying to create a calendar thats a set and forget type thing. I have all the data matching to the dates etc, but what I want now is these particular figures to go into another cell(s) so I can track how much from each pay I need to set aside each week. I want the figures to go down the column, so far I've only managed to get them to appear across.
Heres where you come in.... Please help me before I give up! hahahaha.
These are the things I've tried
=IFERROR(INDEX($E$6:$R$10,SMALL(IF(ISNUMBER(SEARCH("S -",$E$6:$R$10)),ROW($E$6:$R$10)-ROW($E$6:$R$10)+1),ROW(INDIRECT("1:"&COUNTIF($E$6:$R$10,"S -*"))))),COLUMN(A1))
This one looked to be wanting to display the text I want but I only have the number 1 showing down the array.
Sample.xlsx | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | |||
1 | November | |||||||||||||||||||||
2 | ########## | |||||||||||||||||||||
3 | ########## | Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday | I want it to display this | |||||||||||||
4 | ########## | S - Phone | ||||||||||||||||||||
5 | 28 | 29 | 30 | 1 | 2 | 3 | 4 | S - Debt | ||||||||||||||
6 | ` BILL & DEBT PAYMENTS CALENDAR ` | S - Phone | S - Debt | S - Power | S - Power | |||||||||||||||||
7 | S - School | S - School | ||||||||||||||||||||
8 | TODAY'S DATE | |||||||||||||||||||||
9 | Tuesday, 7 Nov 2023 | Don’t want it to display this | ||||||||||||||||||||
10 | Found | Not Found | Not Found | Not Found | Not Found | Not Found | Found | Not Found | Found | Not Found | Not Found | Not Found | Not Found | Not Found | ||||||||
11 | Not Found | Not Found | Not Found | Not Found | Not Found | Not Found | Not Found | Not Found | Found | Not Found | Not Found | Not Found | Not Found | Not Found | ||||||||
12 | MONTH | YEAR | Not Found | Not Found | Not Found | Not Found | Not Found | Not Found | Not Found | Not Found | Not Found | Not Found | Not Found | Not Found | Not Found | Not Found | ||||||
13 | November | 2023 | ||||||||||||||||||||
14 | ||||||||||||||||||||||
15 | START DAY | |||||||||||||||||||||
16 | Monday | 1 | ||||||||||||||||||||
17 | 1 | |||||||||||||||||||||
18 | 1 | |||||||||||||||||||||
19 | 1 | |||||||||||||||||||||
20 | ||||||||||||||||||||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B1 | B1 | =B13 |
A2 | A2 | =DATE(C13,A1,1) |
A3 | A3 | =EOMONTH(A2,0) |
A4,B9 | A4 | =TODAY() |
E5 | E5 | =IF(B16="Sunday", A2 - WEEKDAY(A2, 1) + 1, IF(B16="Monday", A2 - WEEKDAY(A2, 2) + 1, "")) |
G5,Q5,O5,M5,K5,I5 | G5 | =E5 + 1 |
E10:R12 | E10 | =IF(ISNUMBER(SEARCH("S -", E6:R8)), "Found", "Not Found") |
E16:E19 | E16 | =IFERROR(INDEX($E$6:$R$8,SMALL(IF(ISNUMBER(SEARCH("S -",$E$6:$R$8)),ROW($E$6:$R$10)-ROW($E$6:$R$10)+1),ROW(INDIRECT("1:"&COUNTIF($E$6:$R$10,"S -*"))))),COLUMN(A1)) |
Dynamic array formulas. |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
C13 | Cell Value | beginning with "✓" | text | NO |
G5 | Expression | =G5=TODAY() | text | NO |
G5 | Expression | =MonthToDisplayNumber<>MONTH(G5) | text | NO |
E6:E7 | Cell Value | contains "Payday" | text | NO |
E6:E7 | Expression | =E6=TODAY() | text | NO |
E6:E7 | Expression | =MonthToDisplayNumber<>MONTH(E6) | text | NO |
E8 | Cell Value | contains "Payday" | text | NO |
E8 | Expression | =E8=TODAY() | text | NO |
E8 | Expression | =MonthToDisplayNumber<>MONTH(E8) | text | NO |
F5,H5,J5,L5,N5,P5,R5 | Cell Value | contains "Payday" | text | NO |
E5 | Expression | =E5=TODAY() | text | NO |
E5 | Expression | =MonthToDisplayNumber<>MONTH(E5) | text | NO |
G6:G8,I6:I8,K6:K8,M6:M8,O6:O8,Q6:Q8 | Cell Value | contains "Payday" | text | NO |
F5,K5:R5,H5:I5,G6:G8,I6:I8,K6:K8,M6:M8,O6:O8,Q6:Q8 | Expression | =F5=TODAY() | text | NO |
O8 | Expression | =MonthToDisplayNumber<>MONTH(O8) | text | NO |
F5,K5:R5,O6:O7,K6:K8,H5:I5,I6:I8,G6:G8,M6:M8,Q6:Q8 | Expression | =MonthToDisplayNumber<>MONTH(F5) | text | NO |