Forrmular for WBC white blood cell counting two column numbers

sakijung

Board Regular
Joined
Jan 12, 2004
Messages
75
I have a problem about my wbc counting. A1 3000 b2 5000 c1 2500 d1 show Lower if less than a1 Greater if higher than b2 and normal for between 3000-5000 by using number to check standard between a1-b2. Thanks you.
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Is this what you are looking for?
Code:
<a1,"lower",if(c1>=IF(C1 < A1,"LOWER",IF(C1 > B1,"HIGHER","NORMAL"))
</a1,"lower",if(c1>
 
Last edited:
Upvote 0
Before I follow the link to see the answer I think why I do not use like score grading. And I search in this board is about 0-1000 Euro get -10% like that and they use array formula. Make me confuse. Thanks for quick answering.
 
Upvote 0

Forum statistics

Threads
1,223,164
Messages
6,170,444
Members
452,326
Latest member
johnshaji

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