Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
jc jc is offline
external usenet poster
 
Posts: 164
Default Conditional Formatting

New to this....

I have a list of dollar amounts in column A. In column B, a 1 or 2 (yes or
no) depending on whether the bid was awarded or not. I need to create a
running total everytime a 1 is added to column B that equals the total of the
dollar amounts next to each "1".
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4,393
Default Conditional Formatting

=SUMIF(B:B,1,A:A)
will work provided the columns have nothing else in them but the data for
this topic.
Otherwise, somethink like this with your actual ranges
=SUMIF(B1:B100,1,A1:A100)
BTW, this is not 'formatting' - that only changes the appearance of things.
You need a formula to conditionally sum a range
best wishes
--
Bernard Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme



"JC" wrote in message
...
New to this....

I have a list of dollar amounts in column A. In column B, a 1 or 2 (yes
or
no) depending on whether the bid was awarded or not. I need to create a
running total everytime a 1 is added to column B that equals the total of
the
dollar amounts next to each "1".


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
How can I convert conditional formatting into explicit formatting? Patrick Harris Excel Discussion (Misc queries) 0 April 9th 09 12:00 AM
Conditional formatting--different formatting depending on cell con Tammy S. Excel Discussion (Misc queries) 3 March 30th 09 08:11 PM
Protect Cell Formatting including Conditional Formatting Mick Jennings Excel Discussion (Misc queries) 5 November 13th 07 05:32 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 0 January 15th 07 04:35 PM
Conditional Formatting that will display conditional data BrainFart Excel Worksheet Functions 1 September 13th 05 05:45 PM


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

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"