Summary of cells.

Madcat

Board Regular
Joined
May 4, 2011
Messages
56
G'day guys,

Thanks for taking the time at looking at my request.

How do I make the following cells:
Code:
Player           FB  WI  CE
FERGUSON, Blake	  2  18   1

Into
Code:
FERGUSON, Blake FB, WI, CE

Cheers
Madcat
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
G'day guys,

Thanks for taking the time at looking at my request.

How do I make the following cells:
Code:
Player           FB  WI  CE
FERGUSON, Blake	  2  18   1

Into
Code:
FERGUSON, Blake FB, WI, CE

Cheers
Madcat
Could someone please have a look at this for me?
 
Upvote 0
Hi please provide your data source and your expected output.
Code:
A                  B   C   D
1 Player           FB  WI  CE
2 FERGUSON, Blake   2  18   1

The data is Blake Ferguson has played 2 games at FB [Fullback], 18 at WI [Wing] and 1 at CE [Centre].

I need to summarize this data in one cell e.g FB, WI, CE

Thank you very much MrVillareal.
 
Upvote 0
Is this what you want?
Excel Workbook
ABCD
1PlayerFBWICE
2FERGUSON, Blake 2181
3
4FERGUSON, Blake FB, WI, CE
Sheet4
Excel 2010
Cell Formulas
RangeFormula
A4=A2&" "&B1&", "&C1&", "&D1


Are there any results you expect? If possible pls provide all possible results, data source, and conditions.
 
Upvote 0
Is this what you want?
Excel Workbook
ABCD
1PlayerFBWICE
2FERGUSON, Blake 2181
3
4FERGUSON, Blake FB, WI, CE
Sheet4
Excel 2010
Cell Formulas
RangeFormula
A4=A2&" "&B1&", "&C1&", "&D1


Are there any results you expect? If possible pls provide all possible results, data source, and conditions.
Thanks again for the reply MrVillareal. I was hoping to get the positions in the cell next to FERGUSON, Blake
 
Upvote 0
Thanks again for the reply MrVillareal. I was hoping to get the positions in the cell next to FERGUSON, Blake
Code:
Round                   FB 	 WI 	 CE 	 FE 	 HB 	 PR 	 HK 	 SR 	 LK 
ZILLMAN, William         7 	 -   	 4 	 10 	 -   	 -   	 -   	 -   	 -   
GORDON, Kevin            -   	 2 	 -   	 -   	 -   	 -   	 -   	 -   	 -   
MICHAELS, Steve          -   	 17 	 3 	 -   	 -   	 -   	 -   	 -   	 -

In summary

Code:
ZILLMAN, William  FB, CE, FE
GORDON, Kevin     WI
MICHAEL, Steve    WI, CE
 
Upvote 0
Thanks again for the reply MrVillareal. I was hoping to get the positions in the cell next to FERGUSON, Blake

Code:
Round                   FB 	 WI 	 CE 	 FE 	 HB 	 PR 	 HK 	 SR 	 LK 
ZILLMAN, William         7 	 -   	 4 	 10 	 -   	 -   	 -   	 -   	 -   
GORDON, Kevin            -   	 2 	 -   	 -   	 -   	 -   	 -   	 -   	 -   
MICHAELS, Steve          -   	 17 	 3 	 -   	 -   	 -   	 -   	 -   	 -

In summary

Code:
ZILLMAN, William  FB, CE, FE
GORDON, Kevin     WI
MICHAEL, Steve    WI, CE

Can someone please help?
 
Upvote 0

Forum statistics

Threads
1,224,607
Messages
6,179,871
Members
452,948
Latest member
UsmanAli786

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