Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to format a column titled "Names" using <conditional formatting with
Data Bars based on the values of another columns titled "Values". How can I do that? Ex: Names Values Small 10 Medium 20 Large 30 I need the databars to show on the columns Names rather than Values. -- alexmo |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way to do what you want is to duplicate your values in the Names column,
and use a custom format to display Small, Medium or Large. Something like: [<=10]"Small";[<=20]"Medium";"Large" Then, because the cells contain numbers, you can use Data Bars for them. Regards, Fred "alexmo" wrote in message ... I want to format a column titled "Names" using <conditional formatting with Data Bars based on the values of another columns titled "Values". How can I do that? Ex: Names Values Small 10 Medium 20 Large 30 I need the databars to show on the columns Names rather than Values. -- alexmo |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I do not think that is possible in Excel 2007. You will necessarily have to use the data bars on the column which has the condition. -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "alexmo" wrote in message ... I want to format a column titled "Names" using <conditional formatting with Data Bars based on the values of another columns titled "Values". How can I do that? Ex: Names Values Small 10 Medium 20 Large 30 I need the databars to show on the columns Names rather than Values. -- alexmo |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
thanks Fred; that was fast!
I cannot do what you suggest although it's a nice suggestion; My "Names" column is a list of hundreds of items. The Values column lists the price of these items. I want to print the Names column only and use the data bars to give an idea of the expensive v/s cheaper items. -- alexmo "Fred Smith" wrote: One way to do what you want is to duplicate your values in the Names column, and use a custom format to display Small, Medium or Large. Something like: [<=10]"Small";[<=20]"Medium";"Large" Then, because the cells contain numbers, you can use Data Bars for them. Regards, Fred "alexmo" wrote in message ... I want to format a column titled "Names" using <conditional formatting with Data Bars based on the values of another columns titled "Values". How can I do that? Ex: Names Values Small 10 Medium 20 Large 30 I need the databars to show on the columns Names rather than Values. -- alexmo |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I was worried you had an application with many more values than your
example. Sorry my idea won't work in that case. Can't think of any other solution. Regards, Fred. "alexmo" wrote in message ... thanks Fred; that was fast! I cannot do what you suggest although it's a nice suggestion; My "Names" column is a list of hundreds of items. The Values column lists the price of these items. I want to print the Names column only and use the data bars to give an idea of the expensive v/s cheaper items. -- alexmo "Fred Smith" wrote: One way to do what you want is to duplicate your values in the Names column, and use a custom format to display Small, Medium or Large. Something like: [<=10]"Small";[<=20]"Medium";"Large" Then, because the cells contain numbers, you can use Data Bars for them. Regards, Fred "alexmo" wrote in message ... I want to format a column titled "Names" using <conditional formatting with Data Bars based on the values of another columns titled "Values". How can I do that? Ex: Names Values Small 10 Medium 20 Large 30 I need the databars to show on the columns Names rather than Values. -- alexmo |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sum values in columns based on values in named range | Excel Worksheet Functions | |||
Change one cell's format based on value of another without cond fm | New Users to Excel | |||
Conditional Format based on range | Excel Discussion (Misc queries) | |||
how do i format a cell based on format of a range of cells? | Excel Discussion (Misc queries) | |||
Can you average data in 1 column based on a range of values in another? | Excel Worksheet Functions |