Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Auto Delete Formula and leave resulting value

Status
Not open for further replies.

Brinny

Programmer
Aug 18, 2001
3
AU
I have a multi-sheet Excel 2007 document that I would like to lookup a value based on a start and end date.

This is simple enough, but I want to have the formula auto replaced by the resulting value so that it then becomes static and not dynamic when the contributing values change.

Any ideas?
 



Hi,

COPY the range and then Paste Special -- VALUES.

Skip,

[glasses]Just traded in my old subtlety...
for a NUANCE![tongue]
 
Thanks Skip for your response, but I'm looking for an automated solution, the copy/paste combination is very much reliant upon human activity.

My reason for doing this is that there are financial values, specific to dates that I'm sourcing through formula, but these values change and are no longer valid to historic dates.

It's this historic infomation that I"m trying to capture and convert to static values.

Any ideas would be most appreciated. I'm not scared of coding if this is an option :)

Brinny
 


Trun on your macro recorder and record the solution I posted.

If you need help generalizing your code, post for help in forum707.

Skip,

[glasses]Just traded in my old subtlety...
for a NUANCE![tongue]
 
As I just posted in that other thread, that's a clever solution, Kurupt, but I wouldn't be comfortable relying on it to store historical data.

If anyone ever comes along and disables iterative calculations you could lose your historical data. IMHO it would be much safer to do as Skip suggests and use a simple macro to replace the formula with the value it returns.

[tt][blue]-John[/blue][/tt]
[tab][red]The plural of anecdote is not data[/red]

Help us help you. Please read FAQ 181-2886 before posting.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top