Hello,
I'm wondering if there is a way for excel to run a simulation to retrieve a value of a specific cell for each day of the year. Example:
I have a drop down list that contains every day of the year. When I change the date, some cells are populated with values from a table of data using vlookup (only values for that day are displayed)
A1 - 1 B1 - 20
A2 - 2 B2 - 10
A3 - 3 B3 - -15
A4 - 4 B4 - 5
A5 - 5 B5 - -10
B6 - Sum(B1:B5)
The value of B6 changes based on the data that is retrieved from the table for that particular day.
I want excel to automatically populate cells on a separate sheet that have all the days of the year in column A and the values for B6 on each of those days in column B.
Can this be done?
I'm wondering if there is a way for excel to run a simulation to retrieve a value of a specific cell for each day of the year. Example:
I have a drop down list that contains every day of the year. When I change the date, some cells are populated with values from a table of data using vlookup (only values for that day are displayed)
A1 - 1 B1 - 20
A2 - 2 B2 - 10
A3 - 3 B3 - -15
A4 - 4 B4 - 5
A5 - 5 B5 - -10
B6 - Sum(B1:B5)
The value of B6 changes based on the data that is retrieved from the table for that particular day.
I want excel to automatically populate cells on a separate sheet that have all the days of the year in column A and the values for B6 on each of those days in column B.
Can this be done?