ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do I create dynamic arrows that track movements (https://www.excelbanter.com/excel-worksheet-functions/78578-how-do-i-create-dynamic-arrows-track-movements.html)

Templeton

How do I create dynamic arrows that track movements
 
I want to be able to display up and down arrows pertaining to price movements
in a spreadsheet?

Fred Smith

How do I create dynamic arrows that track movements
 
Use the InsertSymbol... command. It will tell you the character number of the
symbol you want to use. Then put that in an If statement, as in:

=if(a1<b1,char(223),char (221))

Does this help?

--
Regards,
Fred


"Templeton" wrote in message
...
I want to be able to display up and down arrows pertaining to price movements
in a spreadsheet?




Templeton

How do I create dynamic arrows that track movements
 
Thankyou, but is it possible to colour code them as well??

"Fred Smith" wrote:

Use the InsertSymbol... command. It will tell you the character number of the
symbol you want to use. Then put that in an If statement, as in:

=if(a1<b1,char(223),char (221))

Does this help?

--
Regards,
Fred


"Templeton" wrote in message
...
I want to be able to display up and down arrows pertaining to price movements
in a spreadsheet?





Fred Smith

How do I create dynamic arrows that track movements
 
You would do that by formatting the cell.

Anticipating your next question, if you want to use green if the price is up,
and red if the price is down, use Conditional formatting.

Post back if you want help with either of these. A specific example would be
useful so we can help you get exactly what you want.

--
Regards,
Fred


"Templeton" wrote in message
...
Thankyou, but is it possible to colour code them as well??

"Fred Smith" wrote:

Use the InsertSymbol... command. It will tell you the character number of
the
symbol you want to use. Then put that in an If statement, as in:

=if(a1<b1,char(223),char (221))

Does this help?

--
Regards,
Fred


"Templeton" wrote in message
...
I want to be able to display up and down arrows pertaining to price
movements
in a spreadsheet?







Templeton

How do I create dynamic arrows that track movements
 
Fred, thanks for that but when I inserted the character reference it would
not accept the formula as the character reference had a combination of
Alpha/Numerics.
Maybe it's a language issue, or maybe there are specific symbols which you
can use in this case. Cell comes up with the #Value error.
You are correct in assuming the next question is about conditional
formatting, this I can do, it seems to be getting the symbol to display
correctly. I could get it to work with an Arabic symbol but not the arrows.

Ian T

"Fred Smith" wrote:

You would do that by formatting the cell.

Anticipating your next question, if you want to use green if the price is up,
and red if the price is down, use Conditional formatting.

Post back if you want help with either of these. A specific example would be
useful so we can help you get exactly what you want.

--
Regards,
Fred


"Templeton" wrote in message
...
Thankyou, but is it possible to colour code them as well??

"Fred Smith" wrote:

Use the InsertSymbol... command. It will tell you the character number of
the
symbol you want to use. Then put that in an If statement, as in:

=if(a1<b1,char(223),char (221))

Does this help?

--
Regards,
Fred


"Templeton" wrote in message
...
I want to be able to display up and down arrows pertaining to price
movements
in a spreadsheet?







Fred Smith

How do I create dynamic arrows that track movements
 
You lost me. There should be no reason this doesn't work. What formula did you
use?

--
Regards,
Fred


"Templeton" wrote in message
...
Fred, thanks for that but when I inserted the character reference it would
not accept the formula as the character reference had a combination of
Alpha/Numerics.
Maybe it's a language issue, or maybe there are specific symbols which you
can use in this case. Cell comes up with the #Value error.
You are correct in assuming the next question is about conditional
formatting, this I can do, it seems to be getting the symbol to display
correctly. I could get it to work with an Arabic symbol but not the arrows.

Ian T

"Fred Smith" wrote:

You would do that by formatting the cell.

Anticipating your next question, if you want to use green if the price is up,
and red if the price is down, use Conditional formatting.

Post back if you want help with either of these. A specific example would be
useful so we can help you get exactly what you want.

--
Regards,
Fred


"Templeton" wrote in message
...
Thankyou, but is it possible to colour code them as well??

"Fred Smith" wrote:

Use the InsertSymbol... command. It will tell you the character number of
the
symbol you want to use. Then put that in an If statement, as in:

=if(a1<b1,char(223),char (221))

Does this help?

--
Regards,
Fred


"Templeton" wrote in message
...
I want to be able to display up and down arrows pertaining to price
movements
in a spreadsheet?










All times are GMT +1. The time now is 11:40 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com