Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Retrieve Information based on Condition


My chart is as follows:

Name------------Company---------Date-----------Score--------Pass/Fail
????-------------?????????--------??/??/????--------??-----------????
**
(** this says Pass if the score is 10, fail if it is between 0 and 10,
"Not Evaluated" if the score is 0, and "Invalid" if the score is above
10)
and the list continues with many names.

I want to make two seperate charts that retrieve information from the
above chart.

The first one will retrieve only the names of the people who have done
the test but the tests have *not* been evaluated. I would like it in
the same type of format, with name, company, date, etc. This will allow
us to track down the people who have not been marked but have done the
tests.

The second chart will pull out people who have failed the test (the
mark is between 0 and 10). Once again, all the information should be
there.

Thank you!


--
aposatsk
------------------------------------------------------------------------
aposatsk's Profile: http://www.excelforum.com/member.php...o&userid=36709
View this thread: http://www.excelforum.com/showthread...hreadid=567129

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Retrieve Information based on Condition


I have had a very similar issue with a spreadsheet of mine. I haven't
come up with a great solution but I have found a workaround - not very
pretty and is a bit of a pain but does work!

On the second sheet in cell E2 you could use the formula
=if('Sheet1'!E2="Not Evaluated",'Sheet1'!E2,"zzz")
Then in D2 use the formula
=if(e2="zzz","zzz",'Sheet1'!D2)
Then in C2 use the formula
=if(e2="zzz","zzz",'Sheet1'!C2)
In B2
=if(e2="zzz","zzz",'Sheet1'!B2)
and in A2
=if(e2="zzz","zzz",'Sheet1'!A2)

Copy these down throughout the spreadsheet

Then I have used conditional formatting to change all text that is
"zzz" to white.

Finally I have created a macro that runs when the worksheet opens that
sorts everything into alphabetical order based upon column E - so all
your 'Not Evaluated' cells will then show at the top and it will then
appear as though the rest are not there and you only have these
showing.

You can then apply the same ideas to your other worksheets - just
changing the words "Not Evaluated" for "Fail".

As I say I am sure this is not the most elegant way of doing things -
and it might not be the ideal solution for you? Hopefully it might give
you some ideas of how to go about it - and if you think / find any
better ways round of doing this let me know too and I might be able to
improve mine!!

If this doesn't make any sense you could always email me a sample of
your spreadsheet if you like and I can show you what I have done that
way.

Regards

Carl


--
mr_teacher
------------------------------------------------------------------------
mr_teacher's Profile: http://www.excelforum.com/member.php...o&userid=34352
View this thread: http://www.excelforum.com/showthread...hreadid=567129

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Retrieve Information based on Condition


Does anyone know of a simpler way?

Thank you.


--
aposatsk
------------------------------------------------------------------------
aposatsk's Profile: http://www.excelforum.com/member.php...o&userid=36709
View this thread: http://www.excelforum.com/showthread...hreadid=567129

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
Sumproduct - Condition based on lookup of a Lookup Hari Excel Discussion (Misc queries) 12 May 31st 06 09:28 AM
Can I display various Graphic Files based on Condition? kkf718 Excel Discussion (Misc queries) 4 May 25th 06 10:19 PM
Cell text based on 4 condition test Bob Wall Excel Worksheet Functions 3 November 16th 05 07:34 PM
Counting Across Multiple Ranges, Based on Condition Stacy Excel Worksheet Functions 2 June 22nd 05 08:35 PM
increment a column based on information in another column dhemlinger New Users to Excel 2 May 25th 05 09:47 PM


All times are GMT +1. The time now is 04:18 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"