Copy cell content based on the number of times it is repeated in a row

lai_arceo

New Member
Joined
Apr 7, 2010
Messages
35
Good day.

I kindly ask for assistance in figuring out how to copy the content of a cell based on the referenced column and the number of times it is repeated in a row. Attached is what I want to find out.

I want to refer to columns REF 3 in the worksheet. If the cell content is repeated 5 times, it is then copied to the SUMMARY column.

Any help is appreciated.
 

Attachments

  • Table1.JPG
    Table1.JPG
    33.1 KB · Views: 6

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Try:

Book2
ABCDEFGHIJKLMNOP
1REF 1REF 2REF 3REF 1REF 2REF 3REF 1REF 2REF 3REF 1REF 2REF 3REF 1REF 2REF 3SUMMARY
2redbluepinkredredpinkredbluepinkpinkredpinkpinkbluepinkpink
3blueblueredblueblueredredredblueblueblueblueblueblueblue 
Sheet4
Cell Formulas
RangeFormula
P2:P3P2=IF(SUMPRODUCT((A$1:O$1="REF 3")*(A2:O2=C2))=5,C2,"")
 
Upvote 0
Solution

Forum statistics

Threads
1,215,092
Messages
6,123,063
Members
449,090
Latest member
fragment

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