Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
milkman
 
Posts: n/a
Default retaining functions or formulas in cells

Is it possible to retain functions or formulas in cell in such a way that if
it returns no data one can type data into the cell but retain the function or
formula so that when data does become available in the refered to sheet it
will respond to it?
Thanks!
Ed
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson
 
Posts: n/a
Default retaining functions or formulas in cells

A cell contains a formula or it doesn't. You can't have both.

But you can use some helper cells to give that kind of effect.

Say your formula is in C2
you can put the manual entry in D2
and in E2, you could decide which to use
=if(d2<"",d2,c2)

And use E2 in all your subsequent formulas.

milkman wrote:

Is it possible to retain functions or formulas in cell in such a way that if
it returns no data one can type data into the cell but retain the function or
formula so that when data does become available in the refered to sheet it
will respond to it?
Thanks!
Ed


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
milkman
 
Posts: n/a
Default retaining functions or formulas in cells

That is helpful!! Thanks Dave.
Ed

"Dave Peterson" wrote:

A cell contains a formula or it doesn't. You can't have both.

But you can use some helper cells to give that kind of effect.

Say your formula is in C2
you can put the manual entry in D2
and in E2, you could decide which to use
=if(d2<"",d2,c2)

And use E2 in all your subsequent formulas.

milkman wrote:

Is it possible to retain functions or formulas in cell in such a way that if
it returns no data one can type data into the cell but retain the function or
formula so that when data does become available in the refered to sheet it
will respond to it?
Thanks!
Ed


--

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
Calculting SUM of cells with IF functions inside Mihca Excel Worksheet Functions 1 September 23rd 05 07:17 PM
Use functions when cells are merged Amanda Excel Worksheet Functions 3 September 12th 05 06:08 PM
loan calculator cells, P&I formulas do not copy to second cloumn Mr. C Excel Worksheet Functions 4 March 5th 05 03:45 PM
how to copy formulas to other cells in excell eugene Setting up and Configuration of Excel 1 January 16th 05 11:25 PM
In Exel 2000, stop the blank cells (with formulas) from printing. tonyoc Excel Discussion (Misc queries) 1 December 10th 04 12:38 AM


All times are GMT +1. The time now is 02: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"