PC Review


Reply
Thread Tools Rate Thread

Can you assign a value to a picture within excel?

 
 
=?Utf-8?B?QmlnIEQ=?=
Guest
Posts: n/a
 
      1st Apr 2007
Does Excel allow you to assign a value to a picture and vice versa?

I want to create a database that can create a visual report. The database
would be a table with specific percentages. However, when I need to generate
a report, those percentages need to be translated into pictures.

An example: A worker completes one task and not the other. The database
records a 1 to show the task is completed or 0 to show the task has not been
completed. When I need to print the worker's evaluation report, I want the
printout to show a happy face if the task was completed and an unhappy face
if it wasn't completed.

Suggestions?

Much appreciated!
 
Reply With Quote
 
 
 
 
=?Utf-8?B?Sm9lbA==?=
Guest
Posts: n/a
 
      1st Apr 2007
What you can do is to put two picture on top of each other and bring the one
you want to the front. I did it yesterday for somebody. I used a
worksheet_change function. Based on a value in a pacrticular cell I moved
one of 3 pictures to the front. I used

ActiveSheet.Shapes("Picture 1").ShapeRange.ZOrder msoBringToFront

"Big D" wrote:

> Does Excel allow you to assign a value to a picture and vice versa?
>
> I want to create a database that can create a visual report. The database
> would be a table with specific percentages. However, when I need to generate
> a report, those percentages need to be translated into pictures.
>
> An example: A worker completes one task and not the other. The database
> records a 1 to show the task is completed or 0 to show the task has not been
> completed. When I need to print the worker's evaluation report, I want the
> printout to show a happy face if the task was completed and an unhappy face
> if it wasn't completed.
>
> Suggestions?
>
> Much appreciated!

 
Reply With Quote
 
Bernard Liengme
Guest
Posts: n/a
 
      1st Apr 2007
Let A1:A10 hold the 1s and 0's
In A11 use =IF(SUM(A1:A10)>=7,CHAR(74),IF(SUM(A1:A10)>=5,CHAR(75),CHAR(76)))
Format the cell with Wingding font to get happy face, neutral face, frowning
face.
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Big D" <Big (E-Mail Removed)> wrote in message
news:27EA2B43-41FC-4FC6-BB74-(E-Mail Removed)...
> Does Excel allow you to assign a value to a picture and vice versa?
>
> I want to create a database that can create a visual report. The database
> would be a table with specific percentages. However, when I need to
> generate
> a report, those percentages need to be translated into pictures.
>
> An example: A worker completes one task and not the other. The database
> records a 1 to show the task is completed or 0 to show the task has not
> been
> completed. When I need to print the worker's evaluation report, I want
> the
> printout to show a happy face if the task was completed and an unhappy
> face
> if it wasn't completed.
>
> Suggestions?
>
> Much appreciated!



 
Reply With Quote
 
Don Guillett
Guest
Posts: n/a
 
      1st Apr 2007
Use this idea to assign to a worksheet_change event and use if to toggle.

ActiveSheet.Shapes("picture 1").Visible = True


--
Don Guillett
SalesAid Software
(E-Mail Removed)
"Big D" <Big (E-Mail Removed)> wrote in message
news:27EA2B43-41FC-4FC6-BB74-(E-Mail Removed)...
> Does Excel allow you to assign a value to a picture and vice versa?
>
> I want to create a database that can create a visual report. The database
> would be a table with specific percentages. However, when I need to
> generate
> a report, those percentages need to be translated into pictures.
>
> An example: A worker completes one task and not the other. The database
> records a 1 to show the task is completed or 0 to show the task has not
> been
> completed. When I need to print the worker's evaluation report, I want
> the
> printout to show a happy face if the task was completed and an unhappy
> face
> if it wasn't completed.
>
> Suggestions?
>
> Much appreciated!



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Assign macro to a clip art picture Annie1904 Microsoft Word Document Management 4 25th Mar 2009 06:05 PM
How do I assign a picture to a cell Brett17 Microsoft Excel Programming 1 23rd Oct 2008 12:15 PM
can assign a picture to a cell ? Mr B Microsoft Excel Worksheet Functions 1 30th Jul 2008 01:31 PM
How to assign the image field in the picture Box soma.gunasekaran@gmail.com Microsoft VB .NET 0 27th Feb 2007 11:49 AM
How do I assign a Macro to a picture in Word =?Utf-8?B?T25lU291bA==?= Microsoft Word Document Management 3 30th Oct 2006 02:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:17 AM.