#1   Report Post  
Mandley D
 
Posts: n/a
Default Excel and macro

Dear All

I have an Excel worksheet and am wanting to make it intereactive so scores
(from a questionaire/assessment) can be entered in by the user and the
results of the assessment displayed.

What I'd like to know is how to write a formula/macro which looks at 4
scores, notes the results of # 1 and# 2 in order, and displays text based on
that score.
Is this possible in Excel ?

Many thanks in advance
DM


  #2   Report Post  
Chip Pearson
 
Posts: n/a
Default Excel and macro

I'm not sure what you're looking for, but the LARGE function can
return the nth largest number from a range. For example,

=LARGE(A1:A10,1)
will return the largest number in A1:A10, and
=LARGE(A1:A10,2)
will return the second largest number in A1:A10


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


"Mandley D" wrote in message
...
Dear All

I have an Excel worksheet and am wanting to make it
intereactive so scores
(from a questionaire/assessment) can be entered in by the user
and the
results of the assessment displayed.

What I'd like to know is how to write a formula/macro which
looks at 4
scores, notes the results of # 1 and# 2 in order, and displays
text based on
that score.
Is this possible in Excel ?

Many thanks in advance
DM




  #3   Report Post  
Mandley D
 
Posts: n/a
Default Excel and macro

Dear Chip
Your right I wasn't thorough enough in my explanation. Basically the
spreadsheet will document peoples answers to a variety of questions and
depending upon the answers from these questions people will be scored (and
their score added up). - its essentially a Psychometric test.

The worksheet will then look at for example scores from 4 different areas
and assign a particular characteristic related to that score. ie a score of
say 10-15 out of 30 for area A may result in the following characteristic
(and this is an example not the actual text) "This person displays good
leadership skills", whilst a score of <10 in the same area may result in
another statement.

What I want the worksheet to do is look at the scores and the statements
from two different areas and assign a further summary characteristic.

Is this clearer.
Thanks in advance
David


"Chip Pearson" wrote:

I'm not sure what you're looking for, but the LARGE function can
return the nth largest number from a range. For example,

=LARGE(A1:A10,1)
will return the largest number in A1:A10, and
=LARGE(A1:A10,2)
will return the second largest number in A1:A10


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


"Mandley D" wrote in message
...
Dear All

I have an Excel worksheet and am wanting to make it
intereactive so scores
(from a questionaire/assessment) can be entered in by the user
and the
results of the assessment displayed.

What I'd like to know is how to write a formula/macro which
looks at 4
scores, notes the results of # 1 and# 2 in order, and displays
text based on
that score.
Is this possible in Excel ?

Many thanks in advance
DM





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Closing File Error jcliquidtension Excel Discussion (Misc queries) 4 October 20th 05 12:22 PM
excel 4.0 macro removal tool Sachin Shah Excel Discussion (Misc queries) 0 August 25th 05 04:17 AM
excel 4.0 macro remover tool Sachin Shah Excel Discussion (Misc queries) 0 August 25th 05 04:14 AM
Urgent Help Required on Excel Macro Problem Sachin Shah Excel Discussion (Misc queries) 1 August 17th 05 06:26 AM
Macro in Excel 2002 to save a workbook to a FTP location Lloyd Excel Discussion (Misc queries) 0 December 21st 04 02:49 PM


All times are GMT +1. The time now is 10:07 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"