Update Cells weekly

gillmit

New Member
Joined
May 17, 2024
Messages
6
Office Version
  1. 365
Platform
  1. Windows
Hi



I am stuck and need some help please. I have attached a image of the work i am doing. I am looking to update each cell down weekly from information from another cell when it is updated i do this every Tuesday.



Example

---------

so C4 is 2.15% that i have put in myself. Id then like C88 to auto update once i have inputted the data in C4. Then say on the 09/07/2024 next Tuesday the percentage is say 2.75% it will only change the information in C89.





Id like the same solution for C5 C6 C7 ETC marrying to the corresponding information attached







Any help would be much appreciated please



Thank you
 

Attachments

  • excel1.png
    excel1.png
    78.3 KB · Views: 12
  • excel 2.png
    excel 2.png
    73.9 KB · Views: 9

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
excel help (1).xlsx
BCDEFGHIJKLMNOPQR
3
412.15%102.20%
521.65%112.55%
634.75%124.50%
741.55%133.90%
851.44%141.44%
960.90%151.20%
10716
1181.75%171.75%
1294.50%184.50%
13
14
15
16Date1Pass through % since last rate change2Pass through % since last rate change3Pass through % since last rate change4Pass through % since last rate change5Pass through % since last rate change6Pass through % since last rate change8Pass through % since last rate change9Pass through % since last rate change
1704/06/20241.20%0.65%0.40%0.75%0.77%1.25%
1811/06/20241.50%60%0.75%20%0%0.65%50%0.75%0%0.77%1.50%0%
1918/06/20241.50%0%0.75%0%0%0.65%0%0.75%0%0.77%1.75%0%
2025/06/20241.50%0%0.75%0%0%0.65%0%0.75%0%0.77%1.75%0%
2102/07/20240.65%
2209/07/20241.80%60%0.85%20%0%0.65%0%1.09%68%0.77%1.75%0%
2316/07/20241.80%0%0.85%0%0%0.65%0%1.09%0%0.77%1.75%0%
Instant Saver
Cell Formulas
RangeFormula
C4C4=LOOKUP(2,1/((C17:C114)<>""),C17:C114)
C5C5=LOOKUP(2,1/((E17:E114)<>""),E17:E114)
C6C6=LOOKUP(2,1/((G17:G114)<>""),G17:G114)
C7C7=LOOKUP(2,1/((I17:I114)<>""),I17:I114)
C8C8=LOOKUP(2,1/((K17:K114)<>""),K17:K114)
C9C9=LOOKUP(2,1/((M17:M114)<>""),M17:M114)
E4E4=LOOKUP(2,1/((C156:C262)<>""),C156:C262)
E5E5=LOOKUP(2,1/((E156:E262)<>""),E156:E262)
E6E6=LOOKUP(2,1/((G156:G262)<>""),G156:G262)
E7E7=LOOKUP(2,1/((I156:I262)<>""),I156:I262)
E8E8=LOOKUP(2,1/((K156:K262)<>""),K156:K262)
E9E9=LOOKUP(2,1/((M156:M262)<>""),M156:M262)
C11C11=LOOKUP(2,1/((O17:O114)<>""),O17:O114)
C12C12=LOOKUP(2,1/((Q17:Q114)<>""),Q17:Q114)
E11E11=LOOKUP(2,1/((O156:O262)<>""),O156:O262)
E12E12=LOOKUP(2,1/((Q156:Q262)<>""),Q156:Q262)
R18R18=IF(S18=0,((Q18-$Q$17)/$S$17)," ")
R19R19=IF(S19=0,((Q19-$Q$18)/$S$17)," ")
R20R20=IF(S20=0,((Q20-$Q$19)/$S$17)," ")
R21R21=IF(S21=0,((Q21-$Q$156)/$S$156)," ")
R22:R23R22=IF(S22=0,((Q22-$Q$21)/$S$21)," ")
D18D18=IF(S18=0,((C18-$C$17)/$S$17)," ")
D19D19=IF(S19=0,((C19-$C$18)/$S$17)," ")
D20D20=IF(S20=0,((C20-$C$19)/$S$17)," ")
F18F18=IF(S18=0,((E18-$E$17)/$S$17)," ")
F19F19=IF(S19=0,((E19-$E$18)/$S$17)," ")
F20F20=IF(S20=0,((E20-$E$19)/$S$17)," ")
H18H18=IF(S18=0,((G18-$G$17)/$S$17)," ")
H19H19=IF(S19=0,((G19-$G$18)/$S$17)," ")
H20H20=IF(S20=0,((G20-$G$19)/$S$17)," ")
J18J18=IF(S18=0,((I18-$I$17)/$S$17)," ")
J19J19=IF(S19=0,((I19-$I$18)/$S$17)," ")
J20J20=IF(S20=0,((I20-$I$19)/$S$17)," ")
L18L18=IF(S18=0,((K18-$K$17)/$S$17)," ")
L19L19=IF(S19=0,((K19-$K$18)/$S$17)," ")
L20L20=IF(S20=0,((K20-$K$19)/$S$17)," ")
I21I21=I20
D22D22=IF(S22=0,((C22-$C$20)/$S$21)," ")
D23D23=IF(S23=0,((C23-$C$22)/$S$21)," ")
F22F22=IF(S22=0,((E22-$E$20)/$S$21)," ")
F23F23=IF(S23=0,((E23-$E$22)/$S$21)," ")
H22H22=IF(S22=0,((G22-$G$20)/$S$21)," ")
H23H23=IF(S23=0,((G23-$G$22)/$S$21)," ")
J22J22=IF(S22=0,((I22-$I$20)/$S$21)," ")
J23J23=IF(S23=0,((I23-$I$22)/$S$21)," ")
L22L22=IF(S22=0,((K22-$K$20)/$S$21)," ")
L23L23=IF(S23=0,((K23-$K$22)/$S$21)," ")
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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