ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   One more step in the Formula Please (https://www.excelbanter.com/excel-worksheet-functions/167917-one-more-step-formula-please.html)

Steved

One more step in the Formula Please
 
Hello from Steved

=REPLACE(C1125,1,1,"")+0

The above will change B009 to 9

What is reqired please is to go one step futher and ask the formula to add E
so that it will show E9

Thankyou.

Dave Peterson

One more step in the Formula Please
 
Maybe...
="E" & REPLACE(C1125,1,1,"")+0



Steved wrote:

Hello from Steved

=REPLACE(C1125,1,1,"")+0

The above will change B009 to 9

What is reqired please is to go one step futher and ask the formula to add E
so that it will show E9

Thankyou.


--

Dave Peterson

T. Valko

One more step in the Formula Please
 
Try one of these:

="E"&REPLACE(C1125,1,1,"")+0

=REPLACE(C1125,1,3,"E")

="E"&RIGHT(C1125)

Which is best depends on what exactly you're trying to do.

--
Biff
Microsoft Excel MVP


"Steved" wrote in message
...
Hello from Steved

=REPLACE(C1125,1,1,"")+0

The above will change B009 to 9

What is reqired please is to go one step futher and ask the formula to add
E
so that it will show E9

Thankyou.




Peo Sjoblom

One more step in the Formula Please
 
VALUE error?

--


Regards,


Peo Sjoblom


"Dave Peterson" wrote in message
...
Maybe...
="E" & REPLACE(C1125,1,1,"")+0



Steved wrote:

Hello from Steved

=REPLACE(C1125,1,1,"")+0

The above will change B009 to 9

What is reqired please is to go one step futher and ask the formula to
add E
so that it will show E9

Thankyou.


--

Dave Peterson




Steved

One more step in the Formula Please
 
Excellent

Thankyou.

"T. Valko" wrote:

Try one of these:

="E"&REPLACE(C1125,1,1,"")+0

=REPLACE(C1125,1,3,"E")

="E"&RIGHT(C1125)

Which is best depends on what exactly you're trying to do.

--
Biff
Microsoft Excel MVP


"Steved" wrote in message
...
Hello from Steved

=REPLACE(C1125,1,1,"")+0

The above will change B009 to 9

What is reqired please is to go one step futher and ask the formula to add
E
so that it will show E9

Thankyou.





T. Valko

One more step in the Formula Please
 
You're welcome!

--
Biff
Microsoft Excel MVP


"Steved" wrote in message
...
Excellent

Thankyou.

"T. Valko" wrote:

Try one of these:

="E"&REPLACE(C1125,1,1,"")+0

=REPLACE(C1125,1,3,"E")

="E"&RIGHT(C1125)

Which is best depends on what exactly you're trying to do.

--
Biff
Microsoft Excel MVP


"Steved" wrote in message
...
Hello from Steved

=REPLACE(C1125,1,1,"")+0

The above will change B009 to 9

What is reqired please is to go one step futher and ask the formula to
add
E
so that it will show E9

Thankyou.







Steved

One more step in the Formula Please
 
Hello Peo from Steved

It works for what I'd required no VALUE error?

Cheers

"Peo Sjoblom" wrote:

VALUE error?

--


Regards,


Peo Sjoblom


"Dave Peterson" wrote in message
...
Maybe...
="E" & REPLACE(C1125,1,1,"")+0



Steved wrote:

Hello from Steved

=REPLACE(C1125,1,1,"")+0

The above will change B009 to 9

What is reqired please is to go one step futher and ask the formula to
add E
so that it will show E9

Thankyou.


--

Dave Peterson





Dave Peterson

One more step in the Formula Please
 
What was in C1125?

Peo Sjoblom wrote:

VALUE error?

--

Regards,

Peo Sjoblom

"Dave Peterson" wrote in message
...
Maybe...
="E" & REPLACE(C1125,1,1,"")+0



Steved wrote:

Hello from Steved

=REPLACE(C1125,1,1,"")+0

The above will change B009 to 9

What is reqired please is to go one step futher and ask the formula to
add E
so that it will show E9

Thankyou.


--

Dave Peterson


--

Dave Peterson


All times are GMT +1. The time now is 11:59 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com