Help!!!!

awallerman

New Member
Joined
Nov 22, 2009
Messages
7
I need help figuring out a formula to orginize my patients information. I have 24 patients that have hemoglobins (these numbers are not percents). I need to calculate the percentage that is <10, the % of pt's 11-12, and the % of pt's that are >13. I have to do this each month and I thought it would be great to do it this way! Can anyone help with this? I need it by Tuesday!
 
Ive got that much done, how do I make it into a percent? I tried /COUNT(F4:F25) but it came up with an error.
 
Upvote 0

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Use COUNTA for text:

=COUNTIF(F4:F25,"Fistula")/COUNTA(F24:F25)

or maybe:

=COUNTIF(F4:F25,"Fistula")/ROWS(F25:F25)
 
Upvote 0

Forum statistics

Threads
1,214,983
Messages
6,122,588
Members
449,089
Latest member
Motoracer88

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top