ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Conditional Statement-w/Objects (https://www.excelbanter.com/excel-programming/280183-conditional-statement-w-objects.html)

thorvision

Conditional Statement-w/Objects
 
We use scorecards quite a bit in my line of work. We often use smilely
face, and sad face to depict satisfactory financial performance. This,
however has to be done by copying the face to the cell over and over.

Can someone advise me on an easy method for setting up a conditional
statement that picks the correct face (object)based on a criterial I
set up. ex. if A1=, $100, "smiley face", "sad face". I don't know any
VBA, but am pretty good with Excel functions.



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/


Chip Pearson

Conditional Statement-w/Objects
 
Format the cell with the WingDings font, and use the following formula:

=IF(A1100,CHAR(74),CHAR(76))

Adjust the font size as desired.

--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"thorvision" wrote in message
...
We use scorecards quite a bit in my line of work. We often use smilely
face, and sad face to depict satisfactory financial performance. This,
however has to be done by copying the face to the cell over and over.

Can someone advise me on an easy method for setting up a conditional
statement that picks the correct face (object)based on a criterial I
set up. ex. if A1=, $100, "smiley face", "sad face". I don't know any
VBA, but am pretty good with Excel functions.



------------------------------------------------
~~ Message posted from
http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/




thorvision[_2_]

Conditional Statement-w/Objects
 
WoW, Thanks Chip!! I was so terrified that it would require VBA. This
is the place I will go for all my Excel questions.



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/



All times are GMT +1. The time now is 05:23 PM.

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