Summary Table

jedilefty

New Member
Joined
Nov 14, 2017
Messages
46
Office Version
  1. 365
Platform
  1. Windows
Hello everyone. I need some help with a formula. I have a table with multiple columns and from this I am creating a summary table. I need help with pulling the "$ Value" from the previous day into the summary table. So today is 3/5 and I want to pull yesterday's value, and so forth.


Data Table:
Date:$ ValueProduct AverageFinish Average
3/1$125,650.56
3/2$225,025.65
3/3$175,805.79
3/4$210,208.98


Summary Table:
Values:$ Value
Prior Day:
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
If your dates are actual dates try:

Book1
ABCD
1
2Date:$ ValueProduct AverageFinish Average
33/1$125,650.56
43/2$225,025.65
53/3$175,805.79
63/4$210,208.98
7
8Prior Day$210,208.98
Sheet2
Cell Formulas
RangeFormula
B8B8=FILTER(B3:B6,TODAY()-1=A3:A6,"No Data")
 
Upvote 0
Solution
If your dates are actual dates try:

Book1
ABCD
1
2Date:$ ValueProduct AverageFinish Average
33/1$125,650.56
43/2$225,025.65
53/3$175,805.79
63/4$210,208.98
7
8Prior Day$210,208.98
Sheet2
Cell Formulas
RangeFormula
B8B8=FILTER(B3:B6,TODAY()-1=A3:A6,"No Data")


Thank you!! This worked!!
 
Upvote 0
You're welcome. Thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,106
Messages
6,123,124
Members
449,097
Latest member
mlckr

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