#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Function Help

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.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Function Help

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.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Function Help

"Sdbenn90" wrote:
Worked Great, Thanks.


Good to hear. Take a moment to press the Yes button (like the ones below) in
that response which helped, won't you?

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


That's a different ballgame. Suggest you try a new posting in .programming.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:20,500 Files:363 Subscribers:64
xdemechanik
---
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
ISBLANK function not working when cell is blank dut to function re mcmilja Excel Discussion (Misc queries) 9 May 7th 23 03:43 AM
copy of excel file not showing formulal/function in the function b oaallam Excel Discussion (Misc queries) 4 September 6th 07 01:20 PM
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) [email protected] Excel Worksheet Functions 0 September 5th 06 03:44 PM
Offset function with nested match function not finding host ss. MKunert Excel Worksheet Functions 1 March 21st 06 10:46 PM
Emulate Index/Match combo function w/ VBA custom function Spencer Hutton Excel Worksheet Functions 2 May 2nd 05 05:26 PM


All times are GMT +1. The time now is 02:20 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"