![]() |
How i count coulm by conditon
Hi All
Can any one help me in the following, If I have the excel file A b C 22 23 26 65 01 -32 32 - 53 10 12 23 22 How I do the following 1- Count the data in A with the condution IF CX 0 so the amount will be 22+32+12 2- Count the data in C with the condution IF CX <0 so the amount will be -32 |
How i count coulm by conditon
I Do it by
SUMIF "M.K" wrote: Hi All Can any one help me in the following, If I have the excel file A b C 22 23 26 65 01 -32 32 - 53 10 12 23 22 How I do the following 1- Count the data in A with the condution IF CX 0 so the amount will be 22+32+12 2- Count the data in C with the condution IF CX <0 so the amount will be -32 |
How i count coulm by conditon
HI M.K.
TRY WITH THE FOLLOWING FOR YOUR FIRST QUESTION = SUMIF(C:C,"0",A:A) FOR YOUR SECOND QUESTION = SUMIF(C:C,"<0",A:A) CLICK BELOW YES, IF IT WORKS FOR U "M.K" wrote: Hi All Can any one help me in the following, If I have the excel file A b C 22 23 26 65 01 -32 32 - 53 10 12 23 22 How I do the following 1- Count the data in A with the condution IF CX 0 so the amount will be 22+32+12 2- Count the data in C with the condution IF CX <0 so the amount will be -32 |
All times are GMT +1. The time now is 11:21 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com