Sumproduct and Hlookup?

throtmorton

Board Regular
Joined
Aug 9, 2005
Messages
94
Office Version
  1. 365
Platform
  1. Windows
Hi folks,

I have a launch schedule in the top section. What I need to do is cycle through the Core Revenue Section, and then add in the Total Revenue section the appropriate revenues. In this example I show only three months and one revenue item, so it's easy touse the formulas I've shown, but I have 60 months, and around 100 line items. Is there a way *without VBA* so that for example in cell D12, it knows to what equates to the laborious formula I've shown?

Thanks!
Paul

I have a
Sumproduct.jpg
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
I suggest that you ...
  1. Update your Account details (click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’).

  2. Investigate XL2BB for providing sample data to make it easier for helpers by not having to manually type out sample data to test with.

  3. Describe clearly what your ultimate goal is.

IF you have Excel 365 with the new dynamic array functions and your goal is to produce those numbers in row 12 then ..

20 08 04.xlsm
ABCD
1
2123
312
4
5
6
7250550850
8
9
10
11
1202501050
Sumproduct
Cell Formulas
RangeFormula
B12:D12B12=SUMPRODUCT(($B3:B3)*(SORTBY($B7:B7,COLUMN($B7:B7),-1)))
 
Last edited:
Upvote 0
IF you have Excel 365 with the new dynamic array functions ..
If not, try

20 08 04.xlsm
ABCD
1
2123
312
4
5
6
7250550850
8
9
10
11
1202501050
Sumproduct
Cell Formulas
RangeFormula
B12:D12B12=SUMPRODUCT(($B3:B3)*N(OFFSET(B7,0,COLUMN($B7)-COLUMN($B7:B7))))
 
Last edited:
Upvote 0
Hi Peter,

Sorry for not providing more info as you say. I've updated my profile, and will look at XL2BB and frame questions better.

That said, thank you so much for still navigating to an elegant solution! It works perfectly.

Much obliged!

Cheers,
Paul
 
Upvote 0
You're welcome.:)
.. & thanks for updating your profile. (y)
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,694
Members
448,979
Latest member
DET4492

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