why doesnt this work

chazzerman01

Board Regular
Joined
Nov 18, 2019
Messages
65
1574074577571.png



why does this formula not work it just comes out as 0
 

Attachments

  • 1574074276468.png
    1574074276468.png
    64.2 KB · Views: 6

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Hi there. Are you expecting it to add up those rows that have a zero as the last digit? i.e. rows 3,6,10,11,12,14 and 15. If so, you will need to have the numbers converted to text in a helper column first. Use the formula =TEXT(E2,0) in (say) column I, and then use that column for the range, so your formula becomes =SUMIF(I2:I22,"*0",F3:F22)
 
Upvote 0
Oooh, Peter, your solution is good - I wasn't thinking straight or I'd have gone that way too.
 
Upvote 0
that's worked perfectly thank you
You're welcome. Thanks for the confirmation. :)

BTW, for the future, you will get much better response if you show data that can be copied, rather than just an image from which helpers would have to manually type the data to test. My signature block below has help with that.
 
Upvote 0

Forum statistics

Threads
1,215,043
Messages
6,122,812
Members
449,095
Latest member
m_smith_solihull

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top