Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
a1 has 10%
a2 has 30% a3 has 10% a4 has 20% a5 has 5% a6 has 15% a7 has 10% a8 needs to be ONLY "100%" total the above percentages or default to red in color if below 100% |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=Sum(A1:A7)
Do you want to turn the fill color red or the font color red? If the former, try conditional formatting (Format/Conditional Formatting). If the latter, try a custom number format (Format/Cells/Custom) [Red][<1](0%);0% "j5b9721" wrote: a1 has 10% a2 has 30% a3 has 10% a4 has 20% a5 has 5% a6 has 15% a7 has 10% a8 needs to be ONLY "100%" total the above percentages or default to red in color if below 100% |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
when you say "ONLY" 100%, is it possible the sum of A1:A7 could be greater
than 1? If so, maybe you want: =MIN(SUM(A1:A7),1) Your example totals 100%, so I'm not sure I'm following you. "j5b9721" wrote: a1 has 10% a2 has 30% a3 has 10% a4 has 20% a5 has 5% a6 has 15% a7 has 10% a8 needs to be ONLY "100%" total the above percentages or default to red in color if below 100% |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank You JMB!!!! Your a life saver!!!
"JMB" wrote: =Sum(A1:A7) Do you want to turn the fill color red or the font color red? If the former, try conditional formatting (Format/Conditional Formatting). If the latter, try a custom number format (Format/Cells/Custom) [Red][<1](0%);0% "j5b9721" wrote: a1 has 10% a2 has 30% a3 has 10% a4 has 20% a5 has 5% a6 has 15% a7 has 10% a8 needs to be ONLY "100%" total the above percentages or default to red in color if below 100% |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
up to 100% works fine and changes to red below 100%, but if the total is over
it stays at 100% and black. I need it to stay red over or under 100%, but to default to black on 100% only, and the percentage to be correct either under or over 100%... Is this possable??? Joe "JMB" wrote: =Sum(A1:A7) Do you want to turn the fill color red or the font color red? If the former, try conditional formatting (Format/Conditional Formatting). If the latter, try a custom number format (Format/Cells/Custom) [Red][<1](0%);0% "j5b9721" wrote: a1 has 10% a2 has 30% a3 has 10% a4 has 20% a5 has 5% a6 has 15% a7 has 10% a8 needs to be ONLY "100%" total the above percentages or default to red in color if below 100% |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try using:
=Sum(A1:A7) and this custom number format [Black][=1]0%;[Red]0% "j5b9721" wrote: up to 100% works fine and changes to red below 100%, but if the total is over it stays at 100% and black. I need it to stay red over or under 100%, but to default to black on 100% only, and the percentage to be correct either under or over 100%... Is this possable??? Joe "JMB" wrote: =Sum(A1:A7) Do you want to turn the fill color red or the font color red? If the former, try conditional formatting (Format/Conditional Formatting). If the latter, try a custom number format (Format/Cells/Custom) [Red][<1](0%);0% "j5b9721" wrote: a1 has 10% a2 has 30% a3 has 10% a4 has 20% a5 has 5% a6 has 15% a7 has 10% a8 needs to be ONLY "100%" total the above percentages or default to red in color if below 100% |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Don't Want to Print Formated Blanked Out Cells | Excel Discussion (Misc queries) | |||
CONCATENATE Cells Formated as fractions | Excel Worksheet Functions | |||
Cells formated as text do not always display properly | Excel Discussion (Misc queries) | |||
hh:mm - mm formated 2 round to .25, .50, .75 & 1 | Excel Worksheet Functions | |||
Cells formated as numbers are calculating like text | Excel Discussion (Misc queries) |