Copy result of formula as value to another cell

rogster001

New Member
Joined
Jun 17, 2010
Messages
45
Hi all,

Could anybody please advise on this one? I am writing a little helper worksheet for converting upper case to lower case and visa-versa, this is no problem of itself but i would however like the end user to be able to edit the converted text, directly within the worksheet rather than copy cell contents and switch back to the application that provided the text content to start with.

In essence this scenario:

customer query form (seperate application) contains message all in upper case.

Custer services person copies the message content and pastes into my excel sheet cell containing the formula UPPER(), lower case is output to target cell.

Lower case output is also written to another cell but as free text only, so the customer services person can then edit this cell's contents changing a few letters back to caps as required, names etc.
Customer services can then copy this cell content and paste into whatever document they require.

I realise this could easily be accomplished with VBA but i dont really want a macro in the worksheet, can this be donw with a formula bar expression only?

I tried:
(formula in cell B1) =LOWER(A1)
(formula in cell A2) =IF(T(B1), (B2 = A1),"")

But the second line is not evaluated correctly, my usage i know, how can i get an expression like
IF cell_X = text Then cell Z = value of cell X

Or is this a code job only?
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
I dont think this is do-able without resorting to a macro, i used a paste special but stupidly as i realised it is only a one time shot!
 
Upvote 0
Correct but the paste special macro could be attached to a command button to simplify the operators job.
 
Upvote 0
This is impossible without VBA. You can't directly edit the result of a formula.

If you think you can educate the customer service a bit, try to teach them to use F2/F9.
 
Upvote 0

Forum statistics

Threads
1,224,590
Messages
6,179,762
Members
452,940
Latest member
rootytrip

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