Filtered column find <2 numbers

REALOLDMAN

New Member
Joined
Feb 5, 2019
Messages
12
TRIED TO ATTACH A SNAP SHOT NO LUCK
=SUBTOTAL(3,OFFSET(A4:A13,ROW(A4:A13)-MIN(ROW(A4:A13)),1)) MY FILTER THIS WORKS
=SUMPRODUCT(SUBTOTAL(3,OFFSET(C4:C12,ROW(C4:C12)-MIN(ROW(C4:C12)),,1))--(C4:C12="<2")) NO LUCK
FLITERED
v
1 A B C D
2 C 1 ALL 1-16
3 N 9
4 ETC 2
5 ETC
6
7
8
9
10
11
12
13
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Hi
Welcome to the board

Try:

=SUMPRODUCT(SUBTOTAL(3,OFFSET(C4:C12,ROW(C4:C12)-MIN(ROW(C4:C12)),,1)),--(C4:C12<2))
 
Upvote 0
WORKS THANK YOU VERY MUCH
i HAD SUMPRODUCT BUT IT DID NOT WORK ETHER
i DON'T KNOW EXCEL WELL SO i THINK I USUALLY ASK THE WRONG QUESTION
NOT SHOUTING EYES NOT AS GOOD WHEN 20
 
Upvote 0
Jumped the gun wrong results
worked on col but off when going c d e f etc
how do i show my table without recreate with note
 
Upvote 0

Forum statistics

Threads
1,215,372
Messages
6,124,539
Members
449,169
Latest member
mm424

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