ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Need Help with formula writing (https://www.excelbanter.com/excel-worksheet-functions/235700-need-help-formula-writing.html)

Soth

Need Help with formula writing
 
Hi-

I'd need a formula in colum 'C'. If the number in colum A is matched, then
sum-up the total,e.g 20 in column C; else return value in column B, e.g 5,
and 15.

A B = c
2006 10
2006 10 20
2111 5 5
2112 15 15

Regards,
Soth


T. Valko

Need Help with formula writing
 
Try this:

Entered in C1 and copied down as needed:

=IF(A1=A2,"",SUMIF(A$1:A1,A1,B$1:B1))

--
Biff
Microsoft Excel MVP


"Soth" wrote in message
...
Hi-

I'd need a formula in colum 'C'. If the number in colum A is matched,
then
sum-up the total,e.g 20 in column C; else return value in column B, e.g 5,
and 15.

A B = c
2006 10
2006 10 20
2111 5 5
2112 15 15

Regards,
Soth




Luke M

Need Help with formula writing
 
In C2:
=IF(COUNTIF(A$2:A2,A2)1,"",SUMIF(A:A,A2,B:B))

This will give you totals as the first instance of a repeated value. Note
that if your data is sorted, you might also want to look at Data -Subtotal as
a way of quickly summarizing your data.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Soth" wrote:

Hi-

I'd need a formula in colum 'C'. If the number in colum A is matched, then
sum-up the total,e.g 20 in column C; else return value in column B, e.g 5,
and 15.

A B = c
2006 10
2006 10 20
2111 5 5
2112 15 15

Regards,
Soth


Soth

Need Help with formula writing
 
Perfect ! Thank you Luke.

"Luke M" wrote:

In C2:
=IF(COUNTIF(A$2:A2,A2)1,"",SUMIF(A:A,A2,B:B))

This will give you totals as the first instance of a repeated value. Note
that if your data is sorted, you might also want to look at Data -Subtotal as
a way of quickly summarizing your data.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Soth" wrote:

Hi-

I'd need a formula in colum 'C'. If the number in colum A is matched, then
sum-up the total,e.g 20 in column C; else return value in column B, e.g 5,
and 15.

A B = c
2006 10
2006 10 20
2111 5 5
2112 15 15

Regards,
Soth



All times are GMT +1. The time now is 11:43 AM.

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