Specific formula for each day and component for the entire year

Mr Van Zuilen

New Member
Joined
Jan 6, 2021
Messages
2
Office Version
  1. 365
Platform
  1. Windows
I have made a formula which corresponds to certain components.

I need to make this formula for each day of the year for 9 components, using information from another worksheet in the file.

However the cell range is from e.g. 1:23 for the second day it is 24:47, so forth.
I cannot drag this formula down because then excel will do e.g. first day: 1:23 second day 2:24.

Is there an easy way to set up this formula so that Excel regonizes it has to take a range of 23 cells?

This is the exact formula I am using
=SUMIF('Raffinage lijst 2021'!$AD5:$AD28;VerbandsControle!AC$4;'Raffinage lijst 2021'!$AJ5:$AJ28) (cell AC6)
=SUMIF('Raffinage lijst 2021'!$AD29:$AD52;VerbandsControle!AC$4;'Raffinage lijst 2021'!$AJ29:$AJ52) (cell AC7)

AC$4 is one of the 9 components (so last component = AK$4)
these need to remain the same.
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Hi
Indirect is probably what you need
You can reference a cell by using a string like =INDIRECT("A"&E2) This is =A5
I have put the row number I want in E column and this code gets the value from A column
1​
2​
5​
5​
3​
10​
10​
4​
15​
15​
5​
20​
20​
6​
7​
8​
9​
10​
11​
12​
13​
14​
15​
16​
17​
18​
19​
20​
21​
22​
 
Upvote 0
Solution
EfanYoutube thank you for your answer, it is not the answer I am looking for.
But you have given me new insights which will enable me to carry out the document.
I highly appreciate your efforts!
 
Upvote 0

Forum statistics

Threads
1,214,935
Messages
6,122,337
Members
449,077
Latest member
Jocksteriom

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