Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default data over formula

Is it possible to work around having a cell or cells with a formula,
and being able to write directly to the cell without erasing the
formula?

i tried with =if and so on but can get it to work .

any comments?

Greetings

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 25
Default data over formula

Hi Angel.
No comment, because a cell can contain OR a string, OR a value, OR a
formula; please ceck your help on line to verify.
Eliano


"Sangel" wrote:

Is it possible to work around having a cell or cells with a formula,
and being able to write directly to the cell without erasing the
formula?

i tried with =if and so on but can get it to work .

any comments?

Greetings


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default data over formula

When I want a formula (for a default value), an input from the user (an
override), I'll use 3 cells:

For instance:
A2 = formula (a locked cell on a protected sheet)
B2 = shaded yellow for user input (an unlocked cell)
C2 = formula (=if(b2="",a2,b2) (also locked)

Then I use C2 in all the other formulas.



Sangel wrote:

Is it possible to work around having a cell or cells with a formula,
and being able to write directly to the cell without erasing the
formula?

i tried with =if and so on but can get it to work .

any comments?

Greetings


--

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
Formula to sum data from a data range mike the new guy Excel Discussion (Misc queries) 3 January 18th 06 08:56 AM
Formula to capture historical data from data that changes daily DKennedy Excel Discussion (Misc queries) 0 December 28th 05 08:24 PM
Formula to capture historical data from data that changes daily DKennedy Excel Worksheet Functions 0 December 28th 05 08:23 PM
Any cell containing formula seen as data instead of formula Jeffry61 Excel Worksheet Functions 2 September 23rd 05 02:04 PM
DATA VALIDATION - for data which is the result of a formula Gator Girl Excel Programming 5 September 12th 05 07:06 PM


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