cell to be populated with a coloured symbol

Rubber Beaked Woodpecker

Board Regular
Joined
Aug 30, 2015
Messages
203
Office Version
  1. 2021
Hi I am writing a sheet for excel mobile so vba cannot be used.

I would like a cell to be populated with a coloured symbol depending on a condition. Would this be possible using a formula?

A1 = Apple ?
B1 = Banana ?
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
I am not 100% clear on your question, but it sounds like it may be something that can be done with Conditional Formatting, where certain formats are applied to certain cells depending on certain conditions/formulas.

Have you looked into Conditional Formatting?
See: Conditional Formatting in Excel
or one of the many other documents/tutorials/videos that exist out on the Web.
 
Upvote 0
Like @Joe4, I'm not entirely clear on the question, but as he says, Conditional Formatting is likely the best candidate. Alternatively, if Custom Number Formats are usable on Excel mobile, you could always use the following:

Code:
[Color6]?;[Color4]?

Which produces the following against a black background. To get a banana, type a positive number. For an apple, type a negative number. I realise that this is overly literal and not what you were after, but it was a fun custom format to make :)

1627482833835.png
 
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,276
Members
449,075
Latest member
staticfluids

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