Average With Data Hidden NOT WORKING

muhammad susanto

Well-known Member
Joined
Jan 8, 2013
Messages
2,077
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
hi all..

data1data2data3 (Hidden)data4data5
105201215

<tbody>
</tbody>

how to use average formula with data hidden column..
i have use average or subtotal but not working.
i'm use ms office 2010..

how to figure out this? I want can work for 2 condition, visible column or in hidden column
 
Last edited:

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
Hi,

I'm not sure about hidden columns but you could use criteria to exclude?


Book1
ABCDE
2Exclude1Exclude2
3data4data2
4
5data1data2data3data4data5
6105201215
7
8averageifs
915
Sheet1
Cell Formulas
RangeFormula
A9=AVERAGEIFS($A$6:$E$6,$A$5:$E$5,"<>"&A3,$A$5:$E$5,"<>"&$B$3)
 
Upvote 0
thank RasGhul...
your formula that contains specific cell as criteria, it mean it manually..
i want the formula working similar like subtotal(109,......) function, just hidden or unhiden formula, the formula work properly
 
Upvote 0

Forum statistics

Threads
1,213,501
Messages
6,114,010
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