ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Having some difficulty with summing cells (https://www.excelbanter.com/excel-discussion-misc-queries/175527-having-some-difficulty-summing-cells.html)

Ryanjoseph42

Having some difficulty with summing cells
 
I have a spreadsheet in which I have one column with values, and another
that either has a check symbol or nothing at all. The issue is that I am
trying to sum the values from the value column that pertains to the rows
where there are check sybols in the check column.

Does anyone know how to do this?

denise

Having some difficulty with summing cells
 
In another column use this formula

If your value is in col A and the check box in col B put this formula in col C

=if(b1="your symbol",A1," ")



"Ryanjoseph42" wrote:

I have a spreadsheet in which I have one column with values, and another
that either has a check symbol or nothing at all. The issue is that I am
trying to sum the values from the value column that pertains to the rows
where there are check sybols in the check column.

Does anyone know how to do this?


Tyro[_2_]

Having some difficulty with summing cells
 
If your values are in A1:A0 and your check symbols are in B1:B10 then
=SUMIF(B1:B10,"Your_Check_Symbol_Here",A1:A10) sums for check symbols in
B1:B10
or
=SUMIF(B1:B10,"<"&"",A1:A10) sums for B1:B10 not blank

Tyro


"Ryanjoseph42" wrote in message
...
I have a spreadsheet in which I have one column with values, and another
that either has a check symbol or nothing at all. The issue is that I am
trying to sum the values from the value column that pertains to the rows
where there are check sybols in the check column.

Does anyone know how to do this?





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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com