Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default Need some help on some text handeling

Using Excel 2003

I have a series of ~20 cells that may or may not have text in them
i.e.
A1:A5 - Report, Meeting, Reply, Recon, <
B1:B5 - Meeting, Excel Project, Reply, <, <
C1:C5 - Excel Project, <, <, <, <
D1:D5 - Meeting, Apples, <, <, <

< denotes an empty cell

I would like to have something like:
"Report, Meeting(3), Reply(2), Recon, Excel Project(2),
Apples"
to appear in another Cell. If need be, the count of the repeated
items can be dropped.

PURPOSE: a weekly synopsis of data entered as "Miscellaneous" on a
daily tracking sheet (each day has space for 4 items), Ideal solution
would also allow this to be reported on a quarterly, semi-annual, and
annual basis also; though that may be too ambitious/resource intensive.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,510
Default Need some help on some text handeling

Do you want a macro to accomplish this or do you simply want formulas that
you can place on a spreadsheet to manipulate the data. Both are possible but
with formulas on your worksheet, it would require some initial setting up and
then minimal mainiplation each time the data changes mainly due to the
unknown number of blank cells. The count of repeated items can be included.

Regards,

OssieMac

" wrote:

Using Excel 2003

I have a series of ~20 cells that may or may not have text in them
i.e.
A1:A5 - Report, Meeting, Reply, Recon, <
B1:B5 - Meeting, Excel Project, Reply, <, <
C1:C5 - Excel Project, <, <, <, <
D1:D5 - Meeting, Apples, <, <, <

< denotes an empty cell

I would like to have something like:
"Report, Meeting(3), Reply(2), Recon, Excel Project(2),
Apples"
to appear in another Cell. If need be, the count of the repeated
items can be dropped.

PURPOSE: a weekly synopsis of data entered as "Miscellaneous" on a
daily tracking sheet (each day has space for 4 items), Ideal solution
would also allow this to be reported on a quarterly, semi-annual, and
annual basis also; though that may be too ambitious/resource intensive.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Need some help on some text handeling

Say you have a list of texts in J1:J6, then use this formula in any cells you
want:

=J1&"("&SUMPRODUCT(--(A1:D5=J1))&"),"&J2&"("&SUMPRODUCT(--(A1:D5=J2))&"),"

Go on in this way with J3 to J6

Regards,
Stefi

ezt *rta:

Using Excel 2003

I have a series of ~20 cells that may or may not have text in them
i.e.
A1:A5 - Report, Meeting, Reply, Recon, <
B1:B5 - Meeting, Excel Project, Reply, <, <
C1:C5 - Excel Project, <, <, <, <
D1:D5 - Meeting, Apples, <, <, <

< denotes an empty cell

I would like to have something like:
"Report, Meeting(3), Reply(2), Recon, Excel Project(2),
Apples"
to appear in another Cell. If need be, the count of the repeated
items can be dropped.

PURPOSE: a weekly synopsis of data entered as "Miscellaneous" on a
daily tracking sheet (each day has space for 4 items), Ideal solution
would also allow this to be reported on a quarterly, semi-annual, and
annual basis also; though that may be too ambitious/resource intensive.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Text does not display in "Text boxs" and when wrapping text in a c Esteban Excel Discussion (Misc queries) 1 March 8th 07 11:59 PM
Counting a mixed text/number column based on text in another colum Sierra Vista Steve Excel Discussion (Misc queries) 3 December 17th 06 05:30 PM
Text not continuing to wrap for large block of text in Excel cell Mandra Charts and Charting in Excel 1 May 15th 06 07:13 PM
merged cells into one text cell, size varies dependant on text dat Jazzylady825 Excel Discussion (Misc queries) 0 December 9th 05 08:26 PM
want to remove all text characters equal to one character in length from text string [email protected] Excel Worksheet Functions 1 April 18th 05 12:25 AM


All times are GMT +1. The time now is 08:34 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright 2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"