Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want cell A6 to show the sum of cells A1,A2,A3,A4, and A5 however of those
5 cells I only want it to add the cells that have an "X" in the corresponding B cell beside it. Is there a way to do this? -- Lee Davenport |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Lee
=SUMIF(B1:B5,"x",A1:A5) -- Regards Ron de Bruin http://www.rondebruin.nl "Lee" wrote in message ... I want cell A6 to show the sum of cells A1,A2,A3,A4, and A5 however of those 5 cells I only want it to add the cells that have an "X" in the corresponding B cell beside it. Is there a way to do this? -- Lee Davenport |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMIF(B1:B5,"=x",A1:A5)
Steve "Lee" wrote in message ... I want cell A6 to show the sum of cells A1,A2,A3,A4, and A5 however of those 5 cells I only want it to add the cells that have an "X" in the corresponding B cell beside it. Is there a way to do this? -- Lee Davenport |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2 Nesting questions | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) |