Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
chris
 
Posts: n/a
Default conditional formatting question

I have a question for anone on excel that I was hoping
someone would be able to help me with.

Typically when you want to add up a column of numbers you
would use the "sum" function. However, say for instance
you used the 'conditional formatting' function where some
of the numbers may either be bold or a different color.
Is there any function that will add up a column of
numbers depending on their formatting? Say for instance
I wanted to add up all the bold numbers separate from the
rest of the numbers. As it stands right now, the only
way I know how to do it is to hard code a sum function
with the different formatted numbers. I would like to
make this an automatic function. Perhaps you can use
an "IF" statement somehow?
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

Take a look here

http://www.cpearson.com/excel/CFColors.htm

Regards,

Peo Sjoblom

"chris" wrote:

I have a question for anone on excel that I was hoping
someone would be able to help me with.

Typically when you want to add up a column of numbers you
would use the "sum" function. However, say for instance
you used the 'conditional formatting' function where some
of the numbers may either be bold or a different color.
Is there any function that will add up a column of
numbers depending on their formatting? Say for instance
I wanted to add up all the bold numbers separate from the
rest of the numbers. As it stands right now, the only
way I know how to do it is to hard code a sum function
with the different formatted numbers. I would like to
make this an automatic function. Perhaps you can use
an "IF" statement somehow?

  #3   Report Post  
JE McGimpsey
 
Posts: n/a
Default

Depending on the condition(s) in your CF, use a conditional sum, such as
SUMIF() or SUMPRODUCT() with the same condition

for instance, if your CF were to bold cells with values <10, use

=SUMIF(A:A,"<10")

In article ,
"chris" wrote:

I have a question for anone on excel that I was hoping
someone would be able to help me with.

Typically when you want to add up a column of numbers you
would use the "sum" function. However, say for instance
you used the 'conditional formatting' function where some
of the numbers may either be bold or a different color.
Is there any function that will add up a column of
numbers depending on their formatting? Say for instance
I wanted to add up all the bold numbers separate from the
rest of the numbers. As it stands right now, the only
way I know how to do it is to hard code a sum function
with the different formatted numbers. I would like to
make this an automatic function. Perhaps you can use
an "IF" statement somehow?

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
Formula Dependant Conditional Formatting LDanix Excel Discussion (Misc queries) 1 January 13th 05 06:50 PM
Copy conditional formatting across multiple rows? Gil Excel Discussion (Misc queries) 1 January 11th 05 11:27 AM
Determine cells that drive conditional formatting? Nicolle K. Excel Discussion (Misc queries) 2 January 7th 05 01:08 AM
Conditional formatting not available in Excel BAB Excel Discussion (Misc queries) 2 January 1st 05 03:33 PM
Conditional Formatting Graham Warren Excel Worksheet Functions 0 November 7th 04 04:58 PM


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

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

About Us

"It's about Microsoft Excel"