PC Review


Reply
Thread Tools Rate Thread

Converting Consumer Reports rating symbols to numbers

 
 
LookingForCode
Guest
Posts: n/a
 
      6th Dec 2008
I have downloaded Consumer Reports ratings symbols (5 symbols from Excellent
to Poor) and I would like to convert symbols to numbers. Tried "if"
statements but this does not recognize the "symbol" in the cell. Is there a
way to do this in VBA?
 
Reply With Quote
 
 
 
 
Don Guillett
Guest
Posts: n/a
 
      6th Dec 2008
In the absence of seeing your workbook as requested, have a look in the help
index for VLOOKUP
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(E-Mail Removed)
"LookingForCode" <(E-Mail Removed)> wrote in message
news:A278A11E-7906-485B-BF8E-(E-Mail Removed)...
>I have downloaded Consumer Reports ratings symbols (5 symbols from
>Excellent
> to Poor) and I would like to convert symbols to numbers. Tried "if"
> statements but this does not recognize the "symbol" in the cell. Is there
> a
> way to do this in VBA?


 
Reply With Quote
 
Mike H
Guest
Posts: n/a
 
      6th Dec 2008
Hi,

I Googled for these symbols so i could try and find a solution but no joy
where do I get them, what are they?

Mike

"LookingForCode" wrote:

> I have downloaded Consumer Reports ratings symbols (5 symbols from Excellent
> to Poor) and I would like to convert symbols to numbers. Tried "if"
> statements but this does not recognize the "symbol" in the cell. Is there a
> way to do this in VBA?

 
Reply With Quote
 
David K
Guest
Posts: n/a
 
      7th Dec 2008
I can't seem to paste the symbols here. I did send an email to Dan Guillett
who was looking into it also. I haven't heard back from him yet. I would be
happy to send an email to you with the symbols too. If you are will
interested (which I would appreciate), please let me know your email address.

"Mike H" wrote:

> Hi,
>
> I Googled for these symbols so i could try and find a solution but no joy
> where do I get them, what are they?
>
> Mike
>
> "LookingForCode" wrote:
>
> > I have downloaded Consumer Reports ratings symbols (5 symbols from Excellent
> > to Poor) and I would like to convert symbols to numbers. Tried "if"
> > statements but this does not recognize the "symbol" in the cell. Is there a
> > way to do this in VBA?

 
Reply With Quote
 
David K
Guest
Posts: n/a
 
      7th Dec 2008
Don,

I did send an email yesterday to (E-Mail Removed) with a copy of the
file. Actually our email account is (E-Mail Removed) but my wife name shows
up (Elayne Kremer). I will look into the vlookup approach.

Thanks.

"Don Guillett" wrote:

> In the absence of seeing your workbook as requested, have a look in the help
> index for VLOOKUP
> --
> Don Guillett
> Microsoft MVP Excel
> SalesAid Software
> (E-Mail Removed)
> "LookingForCode" <(E-Mail Removed)> wrote in message
> news:A278A11E-7906-485B-BF8E-(E-Mail Removed)...
> >I have downloaded Consumer Reports ratings symbols (5 symbols from
> >Excellent
> > to Poor) and I would like to convert symbols to numbers. Tried "if"
> > statements but this does not recognize the "symbol" in the cell. Is there
> > a
> > way to do this in VBA?

>
>

 
Reply With Quote
 
Don Guillett
Guest
Posts: n/a
 
      7th Dec 2008

I can't seem to find a way to identify the various shapes. Perhaps Jon
Peltier can help.
http://peltiertech.com/Excel/Charts/index.html
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(E-Mail Removed)
"David K" <(E-Mail Removed)> wrote in message
news:C490ECDF-F6CC-4AE0-B345-(E-Mail Removed)...
> Don,
>
> I did send an email yesterday to (E-Mail Removed) with a copy of
> the
> file. Actually our email account is (E-Mail Removed) but my wife name
> shows
> up (Elayne Kremer). I will look into the vlookup approach.
>
> Thanks.
>
> "Don Guillett" wrote:
>
>> In the absence of seeing your workbook as requested, have a look in the
>> help
>> index for VLOOKUP
>> --
>> Don Guillett
>> Microsoft MVP Excel
>> SalesAid Software
>> (E-Mail Removed)
>> "LookingForCode" <(E-Mail Removed)> wrote in
>> message
>> news:A278A11E-7906-485B-BF8E-(E-Mail Removed)...
>> >I have downloaded Consumer Reports ratings symbols (5 symbols from
>> >Excellent
>> > to Poor) and I would like to convert symbols to numbers. Tried "if"
>> > statements but this does not recognize the "symbol" in the cell. Is
>> > there
>> > a
>> > way to do this in VBA?

>>
>>


 
Reply With Quote
 
David K
Guest
Posts: n/a
 
      7th Dec 2008
Thanks very much for looking into it. I have sent an email to Jon.

"Don Guillett" wrote:

>
> I can't seem to find a way to identify the various shapes. Perhaps Jon
> Peltier can help.
> http://peltiertech.com/Excel/Charts/index.html
> --
> Don Guillett
> Microsoft MVP Excel
> SalesAid Software
> (E-Mail Removed)
> "David K" <(E-Mail Removed)> wrote in message
> news:C490ECDF-F6CC-4AE0-B345-(E-Mail Removed)...
> > Don,
> >
> > I did send an email yesterday to (E-Mail Removed) with a copy of
> > the
> > file. Actually our email account is (E-Mail Removed) but my wife name
> > shows
> > up (Elayne Kremer). I will look into the vlookup approach.
> >
> > Thanks.
> >
> > "Don Guillett" wrote:
> >
> >> In the absence of seeing your workbook as requested, have a look in the
> >> help
> >> index for VLOOKUP
> >> --
> >> Don Guillett
> >> Microsoft MVP Excel
> >> SalesAid Software
> >> (E-Mail Removed)
> >> "LookingForCode" <(E-Mail Removed)> wrote in
> >> message
> >> news:A278A11E-7906-485B-BF8E-(E-Mail Removed)...
> >> >I have downloaded Consumer Reports ratings symbols (5 symbols from
> >> >Excellent
> >> > to Poor) and I would like to convert symbols to numbers. Tried "if"
> >> > statements but this does not recognize the "symbol" in the cell. Is
> >> > there
> >> > a
> >> > way to do this in VBA?
> >>
> >>

>
>

 
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
Converting Consumer Reports rating symbols to numbers LookingForCode Microsoft Excel Programming 1 6th Dec 2008 06:02 PM
Consumer Reports-Harvey Balls in PPT =?Utf-8?B?TmV0Z2FtZTA1?= Microsoft Powerpoint 3 27th Jan 2006 09:03 PM
Consumer reports printer reviews Dan G Printers 9 13th Apr 2005 04:06 AM
May 05 Consumer Reports Mike Fox Scanners 19 8th Apr 2005 03:11 PM
Open letter to Consumer Reports Mark Herring Printers 10 27th Apr 2004 04:17 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:32 AM.