Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default How do I display an arrow in a cell

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 230
Default How do I display an arrow in a cell

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default How do I display an arrow in a cell

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
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
why dont shift+arrow or ctrl+arrow work in 2007 Naguib Excel Discussion (Misc queries) 1 July 24th 07 04:40 PM
Cell to cell movement with arrow keys moves entire sheet ken heinemann Excel Worksheet Functions 1 December 29th 06 12:30 AM
Excel - arrow keys move whole sheet instead of from cell to cell BR Prod Excel Discussion (Misc queries) 3 January 19th 06 01:31 AM
arrow keys move entire sheet instead of cell to cell gbeard Excel Worksheet Functions 2 April 13th 05 04:59 PM
Arrow keys move screen instead of moving from cell to cell. JaJay777 Setting up and Configuration of Excel 1 January 17th 05 06:48 PM


All times are GMT +1. The time now is 12:23 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"