View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Francois via OfficeKB.com Francois via OfficeKB.com is offline
external usenet poster
 
Posts: 109
Default Value and result in one cell - impossible?

wrote:
I'm wondering if there's some way to get two values in one cell. This
data involves two values:

A count
That count's percent of the total count

In a column, I need to be able to enter the counts, like this:

24
28
31
49
44




In cell A1 put 24
in cell A2 put 28 etc


In cell B1 put '=A1&' then the Formula needed (don't enter the
quotes)
Copy down a few rows




...and it would generate and insert, IN THE SAME CELL, each count's
percent (rounded to .##) of the column's total count, thus:

24 (13.63%)
28 (15.9%)
31 (17.61%)
49 (27.84%)
44 (25%)

I'm not sure that this can be done, according the the Excel Help dox,
but I've fiddled with it as much as time allows with no results. I'm
wondering if maybe a string manipulation approach could be utilized,
where the percentage calculation would occur in a hidden column, then
that result could be catenated to the main column. That would probably
create a loop, however.

The process MUST begin with the initial counts being inserted into the
main column.

Can anybody solve this, if it can be done? Please reply to the group.

Thanks,
Ron M.


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200806/1