ISBN 13 to 10 digit converter

karankashyap

New Member
Joined
Feb 2, 2019
Messages
6
Hi i need a formula of a excel file that converter my 13 Digit ISBN to 10 Digit ISBN

i am from India

Help

Thanks
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
a book has it own unique code one is 13 digit and second is 10 digit

so i have 13 Digit Book Code or ISBN i need its 10 digit code

and their are too many books witch i need to convert the 13 digit isbn to 10 digit isbn

so need a converter

Thanks
 
Upvote 0
dug out from the link i posted

=SUBSTITUTE(TRIM(SUBSTITUTE(MID(C1,4,LEN(C1)-4),"-"," "))," ","-")&IF(MID(C1,LEN(C1)-1,1)="-","-","")&SUBSTITUTE(MOD(990-SUMPRODUCT((11-ROW($1:$9))*MID(MID(SUBSTITUTE(C1,"-",""),4,9),ROW($1:$9),1)),11),10,"X")
 
Upvote 0
dug out from the link i posted

=SUBSTITUTE(TRIM(SUBSTITUTE(MID(C1,4,LEN(C1)-4),"-"," "))," ","-")&IF(MID(C1,LEN(C1)-1,1)="-","-","")&SUBSTITUTE(MOD(990-SUMPRODUCT((11-ROW($1:$9))*MID(MID(SUBSTITUTE(C1,"-",""),4,9),ROW($1:$9),1)),11),10,"X")




my friend i am not expert can u please explain it how do i use this please step by step guide
 
Upvote 0
your 13 digit number in C1, add that somewhere in your sheet on the same row, and just drag down. If you need a different cell, change the C1 in the formula to the cell you want to start from
 
Upvote 0

Forum statistics

Threads
1,216,028
Messages
6,128,399
Members
449,446
Latest member
CodeCybear

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