excel
How to sum only same line specific column is true
| A | B 1 | Boolean | number | 2 | TRUE | 0 3 | FALSE | 1 4 | TRUE | 1 5 | FALSE | 1 - - - - - - - - - 6 | 2 COUNTIF(A2:A5,TRUE) | ? B6 How to sum only same line specific column (A) is true e.g A2, A4 is true so B2 + B4 =SUMIF(B2:B5,A2:A5=TRUE)
You're close: =SUMIF(A2:A5,TRUE,B2:B5)
Related Links
write data in excel using batch file
Naming a cell using VBA in excel
Transpose a range row
Get ORDERED SET with CUBESET function for multiple periods (OLAP)
How to analyse change in time in Excel?
finding a column header, copying the data, and pasting values in another workbook
Extract data from a sheet that changes name every month
loop in excel checking empty cells
Filter rows that have ALMOST matching columns
conditional hyperlink to other dynamic sheet
Excel VBA: How to use objects defined in a previous module in a new module without defining them again [duplicate]
VBA code to send emails
Find truncated cells in an excel workbook
Attempting to use Excel Function LinEst from Access using VBA
How can I create a Macro in excel that will always create a pivot table using raw data?
Perform action when Excel sheet is changed - Office.js