Icon Arrows

Puggwash63

Board Regular
Joined
Jul 27, 2009
Messages
174
Hell o,

As the Conditional format shows icons for arrows, but the Red points down and the Green points up, is there a code that can change the arrows, so that the Red points up and the Green points down?

i have searched and am not able to find anything suitable

Many thanks

Pugg
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
I have just about sorted the arrow icons formula out but one of them does not seem to be working.

I'm using the following code:
=IF(E6="","",IF(E6>=Email!I6,$A$17,IF(E6>=Email!I6,$A$18,$A$19)))
E6 will show as £865.94
I6 shows as £865.94
This should mean the Arrow should turn Yellow and point to the right.
It points upwards but shows as yellow.

A17 shows arrow pointing upwards (Windings 3)
A18 shows arrow pointing Right (Windings 3)
A19 shows arrow pointing downwards (Windings 3)

Any ideas?

Many thanks

Pugg
 
Upvote 0
Something looks wrong with your formula, as you have 2 conditions like
E6>=Email!I6
 
Upvote 0
I have checked and think the Right angle arrow that should turn Yellow is Pointing upwards and not pointing Right.
This is what i have so far:

Manufacturing IslandNo of LinesVolumeValue%Movement from Last WeekMovement from Last Week
A11,024£1,536.000%ã£768
B181,831£2,951.794%ã£1,847
C1529,283£53,417.4764%ä£81,676
D10626,342£24,320.2629%ä£42,472
E11,471£865.941%ã£0
Total14159,951£83,09198% -£74,090

<colgroup><col><col><col span="2"><col><col><col></colgroup><tbody>
</tbody>

F2 formula shows:
=IF(D2="","",IF(D2>=G2,$A$17,IF(D2>=G2,$A$18,$A$19)))


I have cells A17, A18, A19 set as Wingding 3
Where A17 shows as Arrow pointing upwards (Red colour font), A18 should show as Arrow pointing Right (Yellow colour font) and A19 shows Arrow as pointing down (Green colour font).

'F' column has the Arrows and the below is the Conditional Format to colour the Arrows
=AND($G2=$J$6) THIS SHOWS YELLOW FONT
=D2>$J2 THIS SHOWS RED FONT
=D2<$J2 THIS SHOWS GREEN FONT

Would you let me know why the Arrow pointing Right that should show as Yellow (if the cells D and G are equal) the Arrow still points upwards.

Hope this helps

Many thanks

Pugg
 
Upvote 0
Your formula still looks wrong as you have the same criteria twice
=IF(D2="","",IF(D2>=G2,$A$17,IF(D2>=G2,$A$18,$A$19)))
 
Upvote 0
how can I get the Yellow Arrow to point right.

Is there a way so you can see the program set up for the file as there are several tabs but only one that has the details I have sent above.

Pugg
 
Upvote 0
You will need to change your formula as you have the same condition twice
 
Upvote 0
As I've never used that type of Cf, I don't know.
Try changing the second one & see what happens.
 
Upvote 0

Forum statistics

Threads
1,217,307
Messages
6,135,745
Members
449,962
Latest member
nataliaferlo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top