#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 103
Default Formula if not Text

I know this request may be "pie in the sky" thinking, but I thought I would
present it to the incredible mind trust on this forum.

I have a range of cells that calculate values based upon a formula.
Sometimes I want to override the formula and manually enter data. However,
if I ever want to go back I have to copy or insert the formula back in. Is
there any way for a cell to automatically detect when there is a null entry
in an individual cell and in that case place a pre-defined formula in the
cell instead?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Formula if not Text

I like to use multiple cells for this kind of thing.

Say your formulas are in column D (in protected cells on a locked worksheet).
then I'd use a manual override in column E.
In column F, I'd decide which cell to use:

=if(e2="",d2,e2)

And I use E2 for all subsequent calculations.



Arun wrote:

I know this request may be "pie in the sky" thinking, but I thought I would
present it to the incredible mind trust on this forum.

I have a range of cells that calculate values based upon a formula.
Sometimes I want to override the formula and manually enter data. However,
if I ever want to go back I have to copy or insert the formula back in. Is
there any way for a cell to automatically detect when there is a null entry
in an individual cell and in that case place a pre-defined formula in the
cell instead?


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting text string back into a formula Kevin c Excel Discussion (Misc queries) 1 October 17th 06 09:52 PM
Conditional formatting based on text within a formula Sarah Jane Excel Worksheet Functions 13 October 12th 06 04:12 PM
formula bar shows a ' before text Rose Excel Discussion (Misc queries) 4 March 2nd 06 03:26 PM
Invisable text in formula bar Leroy-P Excel Discussion (Misc queries) 2 December 8th 05 02:40 PM
Formulas dealing with text data Bagia Excel Worksheet Functions 6 June 20th 05 10:29 PM


All times are GMT +1. The time now is 12:38 PM.

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

About Us

"It's about Microsoft Excel"