inserting a shape arrow if a cell = a certain value

mingandmong

Active Member
Joined
Oct 15, 2014
Messages
339
Hi im using excel 2010

In my work book i have a inserted an arrow from the insert shape's ive chosen the block arrows section down arrow 4 & Up arrow 5

is it possible that if cell A1=0 then B1 has the down arrow 4 inserted And if A1 value= 1 then the up arrow 5 would be inserted into B1

it would appear that the shapes are not actually embeded to a cell referance, but are overlayed on cells

i would then copy these columns down

Many thanks
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Conditional Formatting has a Arrow set that may do what you want. Try playing with that.
 
Upvote 0
Thanks My Answer Is This
The arrows are too small i believe i may have to uses the arrows in wingdings and character code to a cell if no one else comes up with a solution
 
Upvote 0
Hi All
i have managed to get this to work using the name manager
my next question is i cannot select a range do i have to mannualy type in each range and then type the diifernt name change's in the name box to match
i just want to make the formula to look in column "B:B" rather than type out another 500 ranges.. is there an easier way

My 2 picture arrows reside in column "M" the value 0 & 1 reside in Coulmn "N" and the input data into column "B"

Arrow =INDEX('Picture Lookup'!$N$2:$N$3,MATCH('Picture Lookup'!$B$2,'Picture Lookup'!$M$2:$M$3,0))
Arrow_1 =INDEX('Picture Lookup'!$N$2:$N$3,MATCH('Picture Lookup'!$B$3,'Picture Lookup'!$M$2:$M$3,0))
Arrow_2 =INDEX('Picture Lookup'!$N$2:$N$3,MATCH('Picture Lookup'!$B$4,'Picture Lookup'!$M$2:$M$3,0))
Arrow_3 =INDEX('Picture Lookup'!$N$2:$N$3,MATCH('Picture Lookup'!$B$5,'Picture Lookup'!$M$2:$M$3,0))
 
Upvote 0

Forum statistics

Threads
1,216,736
Messages
6,132,426
Members
449,727
Latest member
Aby2024

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