A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

What is the command to replace a cell's formula with it's value?



 
 
Thread Tools Display Modes
  #1  
Old May 15th, 2009, 07:21 PM posted to microsoft.public.excel.misc
sgeer
external usenet poster
 
Posts: 1
Default What is the command to replace a cell's formula with it's value?


Without regard to paste special and the F2/F9 approach, why would there not
be a function that returns the value of a cell for use in other formulas?

The only solution appears to be a script.

For example if you want to check for a value in a formula, or if you want to
cross multiple work sheets with a list controled index, or if you want to use
conditional statements based on the value derived by formula?
  #2  
Old May 15th, 2009, 07:26 PM posted to microsoft.public.excel.misc
Bernard Liengme[_2_]
external usenet poster
 
Posts: 1,027
Default What is the command to replace a cell's formula with it's value?

Not sure I follow.
Let A1 = 2 and B1 =3
So C1 with formula =A1+B1 will return 5
I can test the value in C1: in D1 enter =IF(C1=5,"it is five", "it is not
five")
But you could mean something else.
Care to expand your question with an example?
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"sgeer" wrote in message
...

Without regard to paste special and the F2/F9 approach, why would there
not
be a function that returns the value of a cell for use in other formulas?

The only solution appears to be a script.

For example if you want to check for a value in a formula, or if you want
to
cross multiple work sheets with a list controled index, or if you want to
use
conditional statements based on the value derived by formula?



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:32 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.