Sumproduct , Abs, ..Calculate Absolut Number only Visible Cell Not Use Array Function

muhammad susanto

Well-known Member
Joined
Jan 8, 2013
Messages
2,077
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
hi all..
how to make formula contains Sumproduct,Abs, Subtotal..
i want to summing absolut number using Sumproduct but in visible cell.
here layout
Book1
IJ
2data
4-3
64hiden row
75
88sum absolut
Sheet1

i try =sumproduct(abs(subtotal(109,.....) not work
note ;
don't use array function
thank in advance.
.sst
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
don't use array function
Sumproduct is an array function, you will not be able to do it without either a volatile array or a helper column.
Not hidden
Book1
IJ
2data
30
4-33
50
644
755
8812
Sheet4
Cell Formulas
RangeFormula
J3:J7J3=ABS(SUBTOTAL(109,I3))
J8J8=SUM(J3:J7)

Hidden
Book1
IJ
2data
4-33
755
888
Sheet4
Cell Formulas
RangeFormula
J4,J7J4=ABS(SUBTOTAL(109,I4))
J8J8=SUM(J3:J7)
 
Upvote 0
hi jason, thank but sorry i want the formula in a single cell not use helper column
 
Upvote 0
I only suggested a helper because you rejected the use of an array formula in your first post.
Excel Formula:
=SUMPRODUCT(ABS(SUBTOTAL(109,OFFSET($I$3,ROW($I$3:$I$7)-ROW($I$3),0))))
Sumproduct doesn't always need to be array confirmed with ctrl shift enter, but it is still an array!
 
Upvote 0
Solution

Forum statistics

Threads
1,213,510
Messages
6,114,034
Members
448,543
Latest member
MartinLarkin

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