Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do I display an arrow in a cell that is relative in size to other values.
Eg cell A1 (value 5) has a small arrow in the cell whereas A2 (value 50) would have a larger arrow. The overall effect is that by looking at a sheet the observer would be drawn to the larger arrows (values). |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way is by using a helper column B and enter this formula, copying down
as required: ="<" & REPT("-",A1) But you may want to modify to not show anything if the value in column A is zero, etc. If you have Vs 2007 then check out data bars under conditional formatting, which will do something like that for you without any formulas. Rob "Champs33" wrote in message ... How do I display an arrow in a cell that is relative in size to other values. Eg cell A1 (value 5) has a small arrow in the cell whereas A2 (value 50) would have a larger arrow. The overall effect is that by looking at a sheet the observer would be drawn to the larger arrows (values). |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Rob,
Data Bars was what I was looking for ! "RobN" wrote: One way is by using a helper column B and enter this formula, copying down as required: ="<" & REPT("-",A1) But you may want to modify to not show anything if the value in column A is zero, etc. If you have Vs 2007 then check out data bars under conditional formatting, which will do something like that for you without any formulas. Rob "Champs33" wrote in message ... How do I display an arrow in a cell that is relative in size to other values. Eg cell A1 (value 5) has a small arrow in the cell whereas A2 (value 50) would have a larger arrow. The overall effect is that by looking at a sheet the observer would be drawn to the larger arrows (values). |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
why dont shift+arrow or ctrl+arrow work in 2007 | Excel Discussion (Misc queries) | |||
Cell to cell movement with arrow keys moves entire sheet | Excel Worksheet Functions | |||
Excel - arrow keys move whole sheet instead of from cell to cell | Excel Discussion (Misc queries) | |||
arrow keys move entire sheet instead of cell to cell | Excel Worksheet Functions | |||
Arrow keys move screen instead of moving from cell to cell. | Setting up and Configuration of Excel |