ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How can I convert a formula to it's results? (https://www.excelbanter.com/excel-discussion-misc-queries/68056-how-can-i-convert-formula-its-results.html)

ZBC2

How can I convert a formula to it's results?
 
Cell A1 of the Input Sheet, for example might contain the words "Daily
Sale Report 5"
Cell A5 of the Output Sheet contains the formula: ='Input Sheet'!$A$1
thus displaying whatever the contents of cell A1 from the Input Sheet.
I want another cell on the Output Sheet to contain the editable results
of the formula ... e.g. "Daily Sale Report 5" ... (NOT the equation).
Is there a way to do this?

Leith Ross

How can I convert a formula to it's results?
 

Hello ZBC2,

For example using cell A6 for the result, the formula would be...

=TEXT(A5, Len(A5))

Sincerely,
Leith Ross


--
Leith Ross
------------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465
View this thread: http://www.excelforum.com/showthread...hreadid=506103


ZBC2

How can I convert a formula to it's results?
 
Leith Ross wrote:

Hello ZBC2,

For example using cell A6 for the result, the formula would be...

=TEXT(A5, Len(A5))

Sincerely,
Leith Ross




THANK YOU!

ZBC2

How can I convert a formula to it's results?
 
Leith Ross wrote:

Hello ZBC2,

For example using cell A6 for the result, the formula would be...

=TEXT(A5, Len(A5))

Sincerely,
Leith Ross




I just realized that it still shows up as an equation in cell A6 ...
I guess I want to permanently replace A6 with it's contents ??? and not
show up as an equation ???

Leith Ross

How can I convert a formula to it's results?
 

Hello ZBC2,

Change the formula in A6 (Output Sheet) to this...

=TEXT(Sheet1!$A$1, Len(Sheet1!$A$1))

If this doesn't work for you, then I have no idea what the problem is.

Sincerely,
Leith Ross


--
Leith Ross
------------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465
View this thread: http://www.excelforum.com/showthread...hreadid=506103


ZBC2

How can I convert a formula to it's results?
 
Leith Ross wrote:

Hello ZBC2,

Change the formula in A6 (Output Sheet) to this...

=TEXT(Sheet1!$A$1, Len(Sheet1!$A$1))

If this doesn't work for you, then I have no idea what the problem is.

Sincerely,
Leith Ross




The first expression you gave me displays the cell contents ok; the
problem is that it is still a 'formula'.
I want to convert the formula to the 'results' of the formula.

Bob

Ken Wright

How can I convert a formula to it's results?
 
Edit / Copy, then Edit / Paste Special / Values

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

------------------------------*------------------------------*----------------
It's easier to beg forgiveness than ask permission :-)
------------------------------*------------------------------*----------------



"ZBC2" wrote in message
...
Leith Ross wrote:

Hello ZBC2,

Change the formula in A6 (Output Sheet) to this...

=TEXT(Sheet1!$A$1, Len(Sheet1!$A$1))

If this doesn't work for you, then I have no idea what the problem is.

Sincerely,
Leith Ross



The first expression you gave me displays the cell contents ok; the
problem is that it is still a 'formula'.
I want to convert the formula to the 'results' of the formula.

Bob




ZZBC

How can I convert a formula to it's results?
 
Ken Wright wrote:

Edit / Copy, then Edit / Paste Special / Values



I was hoping to not do it manually ...

Ken Wright

How can I convert a formula to it's results?
 
You can do it via code, but thats it. There is no function/formula that
will convert itself to text automatically.

Regards
Ken.......................

"ZZBC" wrote in message
...
Ken Wright wrote:

Edit / Copy, then Edit / Paste Special / Values


I was hoping to not do it manually ...




ZZBC

How can I convert a formula to it's results?
 
Ken Wright wrote:

You can do it via code, but thats it. There is no function/formula that
will convert itself to text automatically.

Regards
Ken.......................

"ZZBC" wrote in message
...


Ken Wright wrote:



Edit / Copy, then Edit / Paste Special / Values




I was hoping to not do it manually ...






Darn! I'm not sure I want to go that route ... Thanks!


All times are GMT +1. The time now is 06:48 AM.

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