Thread: Function Help
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sdbenn90 Sdbenn90 is offline
external usenet poster
 
Posts: 3
Default Function Help

Worked Great, Thanks. However I have 6 different levels. Depending on the
level
(1-6) if the summed total is between the appropriate level.

"Max" wrote:

You can use conditional formatting

Assuming the sum cell is say, B6
Select B6, then apply CF using Formula is:

Condition 1: =AND(B6=48,B6<=59)
Format: Green

Condition 2: =OR(AND(B60,B6<48),B659)
Format: Red
Click to OK out
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:20,000 Files:362 Subscribers:62
xdemechanik
---
"Sdbenn90" wrote:
I need help with a function that will do the following. Based on the level, a
specific number of unit will be assigned to that level and the summed . In
this case Level one can complete 48-59 units. Can I check the summed total to
make sure it is in the range for a level one?

Col A Col B
Level 1 22 <--Units
22
12

56 <--Summed total of the above units
in this example for level 1, 56 does fall between 48-59

i could use true or false but ultimately i like to color the summed total
green if it falls between the range for that level or red if it does not.

Any help will be greatly appreciated. Thanks in advance.