Reverse Numbers Formula

MrsFrankieH

Active Member
Joined
Mar 25, 2011
Messages
323
Office Version
  1. 365
Platform
  1. Windows
Hello Everyone!

My computer is Asus
My Operating system is Windows 10.

Can someone please help me with a formula that I can drag down (or up) to reverse numbers in a cells?
The range is 01 to 99.

Here is a sample:

Thank you in advance for your help and expertise.

Frankie
 

Attachments

  • Reversal.png
    Reversal.png
    18.7 KB · Views: 22
Here is another formula that you can try...
Hello Rick!! I remember you, how are you?
I tried the formula and am experiencing the same problem. I don't know the technical term for it but I'm still experiencing distorted cells when I copy and paste the formula. I make sure there aren't any spaces after I've copied and pasted and I've used new spreadsheets just in case the problem is a broken cell.

Thank you so much for your help, I truly appreciate it. :)
 
Upvote 0

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Have you tried to replace Coma "," with semi-column ";"
 
Upvote 0
What symbol do you use to separate arguments in a formula... a comma or a semi-colon? In other words, to sum cells A1 and C1, would you write this...

=SUM(A1,C1)

or this...

=SUM(A1;C1)
 
Upvote 0
Either the cell is formatted as text or there is something in front of the = sign at the start of the formula.

If the formula needed to be semicolon delimited instead of comma delimited then it wouldn't appear as text, excel would prevent it from being entered and display a 'There is a problem with this formula' pop up message.
 
Upvote 0
Solution
Here is another formula you can consider...
Excel Formula:
=MID(A1&TEXT(A1,"00"),LEN(A1),2)
Ah May be you mean
Excel Formula:
=IF(A1<>"",IF( MID(A1, 2, 1)<>"",MID(A1, 2, 1),0)&LEFT(A1, 1),"")
You might replace each "," with ";"
Hello Mohadin! :)
I'm still getting errors.
I understand why using code is the best solution. :)
 
Upvote 0
What symbol do you use to separate arguments in a formula... a comma or a semi-colon? In other words, to sum cells A1 and C1, would you write this...

=SUM(A1,C1)

or this...

=SUM(A1;C1)
Hi Rick, :)
I used a comma.
I appreciate you and the others for not giving up on me. :)
 
Upvote 0
No - you made an error in entering the formula
The solution works if enteraned correctly
Hi Yongle. :)
I copied and pasted the formulas, making sure to take out any spaces.

I'll keep trying.

Thanking for hanging in there with me.

You guys are awesome!!
 
Upvote 0
Either the cell is formatted as text or there is something in front of the = sign at the start of the formula.

If the formula needed to be semicolon delimited instead of comma delimited then it wouldn't appear as text, excel would prevent it from being entered and display a 'There is a problem with this formula' pop up message.
Hi Jason!
I changed it from text to numbers, no decimals. I'll try the formulas again! Thank you so much, I have a good feeling about this!!
 
Upvote 0

Forum statistics

Threads
1,214,393
Messages
6,119,261
Members
448,880
Latest member
aveternik

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