Category Formula Help

kiyo052

Board Regular
Joined
Oct 11, 2013
Messages
134
Excel 2010

Is there a way to build a formula for E4, F4, E5, and F5?

My data is going to be in columns A, B, C. Is there a formula that would categorize the data into E and F? Please let me know! Thanks in advance!

ABCDEFG
1
2
3ID number OptionsCategory
41005x7RugsRugs3
51005x8RugsBed2
61005x9Rugs
72005x7Rugs
82005x8Rugs
92005x9Rugs
103005x7Rugs
113005x8Rugs
123005x9Rugs
13400QueenBed
14400KingBed
15400TwinBed
16500FullBed
17500KingBed
18
29

<tbody>
</tbody>
 
Last edited:

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Here is the image if anyone can't download the work book. Thanks again to all those who can help!

ofu8ea.png

This reminds me of your earlier similar questions...

G8, just enter and copy down:

=COUNTIF(B3:B37,F8)

H8:

=SUM(IF(FREQUENCY(IF($A$3:$A$37<>"",IF($B$3:$B$37=F8,MATCH($A$3:$A$37,$A$3:$A$37,0))),ROW($A$3:$A$37)-ROW($A$3)+1),1))

which you must confirm with control+shift+enter, not just enter, and copy down.
 
Upvote 0

Forum statistics

Threads
1,215,071
Messages
6,122,963
Members
449,094
Latest member
Anshu121

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