Sum of a column which contains text and commas(,)

abmati

Board Regular
Joined
Jul 9, 2010
Messages
180
Hi Friends, after a long time I put a post as I stuck with a complex formula. Please help me out.
How to do sum of a column which have "INR" in the begging and there are comms(,) in the numeric value?
I tried this
=SUM(IF(E4:E1000,LEFT(E4:E1000,3)="INR",NUMBERVALUE(MID(E3:E1000,5,11))))
but it does not work. My data are in column E, as given below
INR 7,72,813.00
INR 8,27,073.00
INR 5,00,378.00
Please suggest me your expert advice.
Thanks and Regards.
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Try removing the mistakes from your formula?

Book1
EF
4INR 7,72,813.002100264
5INR 8,27,073.00
6INR 5,00,378.00
Sheet1
Cell Formulas
RangeFormula
F4F4=SUM(IF(LEFT(E3:E10,3)="INR",NUMBERVALUE(MID(E3:E10,5,11))))
 
Upvote 0
I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
 
Upvote 0

Forum statistics

Threads
1,215,432
Messages
6,124,856
Members
449,194
Latest member
HellScout

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