PC Review


Reply
Thread Tools Rate Thread

Data Validation, Drop Down Lists

 
 
Jesse Blanchard
Guest
Posts: n/a
 
      12th Sep 2008
The situation: I have a list of patient names in one column, a dropdown list
with four text options (for their type of injury) in another, and another
dropdown list with a numerical value of how many administrative hours spent
on them in another dropdown list.

I need a formula that will keep tally of the number of hours spent on a
patient according to their injury. So, in short, I need add the total number
of hours for only those patients who have a specific text item selected in
the first dropdown list.

Thanks to all who reply to these things. I have learned a lot about excel in
just two days thanks to your help.
 
Reply With Quote
 
 
 
 
Peter T
Guest
Posts: n/a
 
      13th Sep 2008
If I follow, and I'm not sure I do fully -

=SUMIF(patient_injuries, injury_type, admin_hours)

I guess "patient_injuries" and "admin_hours" will be adjacent columns to the
right of patient names. Perhaps place the formula next to the cell that
"injury_type" refers to.

You might also want the following

=COUNTIF(patient_injuries,injury_type)

that'll give you the two results you need to give average adimin-time per
injury type.

Regards,
Peter T






"Jesse Blanchard" <(E-Mail Removed)> wrote in
message news:517CB85D-244E-4850-9D99-(E-Mail Removed)...
> The situation: I have a list of patient names in one column, a dropdown
> list
> with four text options (for their type of injury) in another, and another
> dropdown list with a numerical value of how many administrative hours
> spent
> on them in another dropdown list.
>
> I need a formula that will keep tally of the number of hours spent on a
> patient according to their injury. So, in short, I need add the total
> number
> of hours for only those patients who have a specific text item selected in
> the first dropdown list.
>
> Thanks to all who reply to these things. I have learned a lot about excel
> in
> just two days thanks to your help.



 
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
Data validation and drop-down lists =?Utf-8?B?Q2hyaXNzaWU=?= Microsoft Excel Discussion 2 29th Jun 2007 01:46 AM
data validation and drop down lists LewR Microsoft Excel Misc 3 14th Mar 2006 06:50 PM
data validation - Drop Down Lists =?Utf-8?B?QW5uaWU=?= Microsoft Excel Misc 8 29th Jul 2005 01:03 AM
Data Validation - Drop down lists - if then? =?Utf-8?B?U3RldmUgUg==?= Microsoft Excel Misc 2 8th Apr 2005 06:13 PM
Data Validation Lists - drop down. Sameer Microsoft Excel Programming 5 16th Aug 2004 10:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:34 AM.