reformat to get more hierarchical view

  • Thread starter Thread starter ciapecki
  • Start date Start date
C

ciapecki

hi,

I'd like to show something like:
valA,val10,val11,val21
valA,val10,val11,val22
valA,val10,val12,val58
valA,val10,val13,val59
valB,val90,val91,val92

as:

valA
, val10
,val11
,val21
,val22
,val12
,val58
,val13
,val59
valB
,val90
,val91
,val92

Is there any easy way to achive it?

thanks
chris
 
Alternative suggestion.

Select A2:D5
menu Format>Conditional Formatting
Change Condition1 to Formula Is
Select Format>Font
Change Color to white
exit

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Alternative suggestion.

Select A2:D5
menu Format>Conditional Formatting
Change Condition1 to Formula Is
Select Format>Font
Change Color to white
exit

Hi Bob,

I tried it but it did not do what I wanted.
Notice that from 5rows of data I want to get 13rows of data, this
conditional formatting formats only the cells, does not add, move etc
the cells with values

chris
 
No it doesn't, that is why I called it an alternative. It does pick out the
data though IMO.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top