Formula to choose visible cells only

AdriJW

New Member
Joined
Mar 30, 2017
Messages
1
Hi,

I have a Table of information in cells F2:P1259; there is data in columns F-L and values regarding the data in columns M-P. I need a formula that chooses the visible cells in column M when I filter in columns F-L.

I have a percentage number in cell L1261 that I need to multiply with whatever number comes visible in column N when I filter in columns F-L.

Is there any formula that does this? Thank you so much!!!
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Welcome to the forum.

I'm a little confused. After you filter your table, you'll have 0-n visible rows. And you want to take the sum of the visible cells in column M (or is it N), and multiply by L1261?

If so, try:

=SUBTOTAL(109,M2:M1259)*L1261
 
Upvote 0

Forum statistics

Threads
1,226,503
Messages
6,191,421
Members
453,657
Latest member
DukeJester

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