#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 58
Default Assessment Worksheet

I am building a spreadsheet to be used for assesments. I want a box
that will indicate whether the person is "eligible" or "ineligible." I
want this to be formula driven. So the user will select "meets,"
"exceeds," or "below" for several options. So for example the user
would need to select meets for cell A5, meets for cell A6, and exceeds
for cell A7 for the employee to eligible. If they selected below for
A5 or A6 and/or meets or below for A7 inelgible would appear.

All assistance is appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Assessment Worksheet

Yes, that's practicable. Define your criteria for eligible or ineligible,
and you can then write a formula for it.
You may wish also to test for blank inputs, and return a blank output until
the inputs have been completed.
You may also wish to use Data Validation to restrict the inputs to one of
your permitted values.

As with many questions, the difficulty is not in getting Excel to do what
you want. The main part of the job is for you to define what you want.

For your example, the formula might look like:
=IF(COUNTA(A5:A7)<3,"",IF(AND(OR(A5="meets",A5="ex ceeds"),OR(A6="meets",A6="exceeds"),A7="exceeds"), "eligible","ineligible"))
--
David Biddulph

"japc90" wrote in message
...
I am building a spreadsheet to be used for assesments. I want a box
that will indicate whether the person is "eligible" or "ineligible." I
want this to be formula driven. So the user will select "meets,"
"exceeds," or "below" for several options. So for example the user
would need to select meets for cell A5, meets for cell A6, and exceeds
for cell A7 for the employee to eligible. If they selected below for
A5 or A6 and/or meets or below for A7 inelgible would appear.

All assistance is appreciated.



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
employee assessment test mctwist Excel Discussion (Misc queries) 2 August 2nd 06 05:21 PM
How do I set up a needs assessment result template in Excel? Chantal66 Excel Worksheet Functions 2 July 11th 06 01:25 PM
Upload multiple text files into 1 excel worksheet + put the filename as the first column in the worksheet Aster Excel Worksheet Functions 3 March 12th 06 09:58 AM
Point Assessment Calc? jolver Excel Discussion (Misc queries) 0 January 14th 06 02:24 AM
Capacity Assessment NG Excel Discussion (Misc queries) 0 January 21st 05 10:41 PM


All times are GMT +1. The time now is 01:52 PM.

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

About Us

"It's about Microsoft Excel"