How to enter value in cell and image appears based on value?? PLEASE HELP!

ishexcel

New Member
Joined
Jun 14, 2017
Messages
1
hi everyone, I am trying to find out if there is a way to have an image automatically appear in my cell once i enter a value. For example if it enter the number "1" i want a quarter circle to appear in that same cell, if i enter the number "2" then a half circle appears in that cell and so on. I know i can use =IF(G1=1,"quarter",IF(G1=2,"half",IF(G1=3,"threequarter",IF(G1=4,"full","")))) but for this i have to use multiple back end cell and define a name for each one. I just want a quick way to have the image appear using a formula i can drag down. hope this is clear, thanks you your help!
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
If you use Conditional formatting with the circle Icon Sets then you get the shapes you are seeking.
 
Upvote 0
Here is a formula that you can place in another cell:

=CHOOSE(G1,"◔","◑","◕","●")

If you want the shape to appear in the same cell that you enter the value in, that will require VBA.
 
Upvote 0

Forum statistics

Threads
1,216,030
Messages
6,128,408
Members
449,448
Latest member
Andrew Slatter

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