Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I convert conditional formatting into explicit formatting? | Excel Discussion (Misc queries) | |||
Conditional formatting--different formatting depending on cell con | Excel Discussion (Misc queries) | |||
Protect Cell Formatting including Conditional Formatting | Excel Discussion (Misc queries) | |||
conditional Formatting based on cell formatting | Excel Worksheet Functions | |||
Conditional Formatting that will display conditional data | Excel Worksheet Functions |