this is what i'm trying to do
sample.xlsx
i tried using MID function but it starts from the left and it returns blank when the number is zero in the decimal places.
what other functions can i try?
this is what i'm trying to do
sample.xlsx
i tried using MID function but it starts from the left and it returns blank when the number is zero in the decimal places.
what other functions can i try?
Last edited by ice673; 02-11-2012 at 10:15 AM.
Try format your number as general and use text to columns
hi jiejenn
i also did that but it also starts from the left.
here is the comparison
Copy of Copy of sample-2.xlsx
Please see attached file...
I believe I accomplished what you wanted (Without VBA code)... It is messy but works... You can only copy formulas down not across. The sample is only valid for 12 digit numbers (when stripped of the "," and ".")
enjoy,
Ted
Hi
Please see attaached
Yellow formula --- copy down
Green Can copy across as well as down
Can go to any number
REgards
Mark the thread as solved if you are satisfied with the answer.
In your first post under the thread tools.
Mahju
Hello ice673, try this.
A1,
=IFERROR(MID(SUBSTITUTE(TEXT($N1,"0.00"),".",""),LEN(TEXT($N1,"0.00"))-(COLUMNS(A1:$L1)),1)+0,"")
Then copy across & down.
Regards,
Haseeb Avarakkan
__________________________________
"Feedback is the breakfast of champions"
I used this formula in A1, copied across and down
=TRIM(LEFT(RIGHT(" "&TEXT($N1*100,0),COLUMNS(A1:$L1))))
Audere est facere
hi guys thanks for your time! all your methods work!
i will try to study/understand your works so I can apply them to my purpose perfectly.
thanks for the starting point guys!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks