| Next: Word 2000 vs Word 2007 |
| Author |
Message |
rustyuser58 External

Since: Nov 06, 2009 Posts: 1
|
Posted: Fri Nov 06, 2009 6:26 am Post subject: How can I assign a different value to a number (for ranking)? Archived from groups: microsoft>public>excel>misc (more info?) |
|
|
|
| I want to assign a different value to a number in order to weigh a ranking,
ie: 1=10. Can I do that?
|
|
|
| Back to top |
|
 |
Daryl S External

Since: Nov 03, 2009 Posts: 4
|
Posted: Fri Nov 06, 2009 8:06 am Post subject: RE: How can I assign a different value to a number (for ranking)? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Rustyuser58 -
You can use a separate tab in your workbook to set up the conversions. For
example:
1 10
2 15
3 50
Then in your original spreadsheet, use a VLOOKUP on your original number to
display the ranking from the separate tab. Look up VLOOKUP in Excel Help or
through the fx button to show you how.
--
Daryl S
"rustyuser58" wrote:
> I want to assign a different value to a number in order to weigh a ranking,
> ie: 1=10. Can I do that? |
|
| Back to top |
|
 |
Basta1980 External

Since: Aug 19, 2009 Posts: 4
|
Posted: Fri Nov 06, 2009 8:07 am Post subject: RE: How can I assign a different value to a number (for ranking)? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Hi Rusty,
Try something with an if statement. Depends on how many weighing you do.
Regards,
Basta
"rustyuser58" wrote:
> I want to assign a different value to a number in order to weigh a ranking,
> ie: 1=10. Can I do that? |
|
| Back to top |
|
 |
Francis External

Since: May 15, 2009 Posts: 15
|
Posted: Fri Nov 06, 2009 8:11 am Post subject: RE: How can I assign a different value to a number (for ranking)? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
I believe that this can be done
Would you provide how your data structure layout is like
and from where do you get the criteria
Pls provide a sample showing an example
--
Hope this help
Pls click the Yes button below if this post provide answer you have asked
Thank You
cheers, francis
"rustyuser58" wrote:
> I want to assign a different value to a number in order to weigh a ranking,
> ie: 1=10. Can I do that? |
|
| Back to top |
|
 |
Dave Peterson External

Since: Jul 08, 2005 Posts: 16049
|
Posted: Fri Nov 06, 2009 9:59 am Post subject: Re: How can I assign a different value to a number (for ranking)? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Maybe you could insert a new worksheet and create a table that you can use in an
=vlookup() formula.
=vlookup(a1,sheet2!a:b,2,false)
rustyuser58 wrote:
>
> I want to assign a different value to a number in order to weigh a ranking,
> ie: 1=10. Can I do that?
--
Dave Peterson |
|
| Back to top |
|
 |
|