I want to get the sum of all numbers in col b when the ID in col a starts with 14.
So for example
[TABLE="width: 500"]
<tbody>[TR]
[TD]14012[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]15000[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]14999[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]16045[/TD]
[TD]3[/TD]
[/TR]
</tbody>[/TABLE]
=SUMIF(a:a,"14*",b:b)
I'm getting a zero.
My formula seems to work for text in col A but not for numbers.
Help please!
So for example
[TABLE="width: 500"]
<tbody>[TR]
[TD]14012[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]15000[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]14999[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]16045[/TD]
[TD]3[/TD]
[/TR]
</tbody>[/TABLE]
=SUMIF(a:a,"14*",b:b)
I'm getting a zero.
My formula seems to work for text in col A but not for numbers.
Help please!