Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jay Jay is offline
external usenet poster
 
Posts: 671
Default Formula and or data entry into cell?

Guru's:

This is a tricky one!

Is it possible to have a calculation formula in a cell or set/range of cells
if one condition exists and allow for data entry if needed and still have the
calculation take place against the entered data under other conditions?

Say, cell F5 - Q5 are calculated formulas based on a value entered in cell
E5, but under other conditions, I'd like to either add or enter values into
cell, If there is no value in E5 (Show all cells blank), then allow for
manual data entry as needed and do calculations against cell F5 - Q5 those
entered values? In code, I guess, that would be an If ThenElse statement, is
it possible in excel?

Thanks in advance...
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 195
Default Formula and or data entry into cell?

Hi Jay,

It is not possible through formulas because as soon as you manually
enter something over the blank cells the formula got erased. And vice
versa.

Thanks,

Shail


Jay wrote:
Guru's:

This is a tricky one!

Is it possible to have a calculation formula in a cell or set/range of cells
if one condition exists and allow for data entry if needed and still have the
calculation take place against the entered data under other conditions?

Say, cell F5 - Q5 are calculated formulas based on a value entered in cell
E5, but under other conditions, I'd like to either add or enter values into
cell, If there is no value in E5 (Show all cells blank), then allow for
manual data entry as needed and do calculations against cell F5 - Q5 those
entered values? In code, I guess, that would be an If ThenElse statement, is
it possible in excel?

Thanks in advance...


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jay Jay is offline
external usenet poster
 
Posts: 671
Default Formula and or data entry into cell?

Thanks, I kind of figured that! Can it be done in code?

Thanks

"shail" wrote:

Hi Jay,

It is not possible through formulas because as soon as you manually
enter something over the blank cells the formula got erased. And vice
versa.

Thanks,

Shail


Jay wrote:
Guru's:

This is a tricky one!

Is it possible to have a calculation formula in a cell or set/range of cells
if one condition exists and allow for data entry if needed and still have the
calculation take place against the entered data under other conditions?

Say, cell F5 - Q5 are calculated formulas based on a value entered in cell
E5, but under other conditions, I'd like to either add or enter values into
cell, If there is no value in E5 (Show all cells blank), then allow for
manual data entry as needed and do calculations against cell F5 - Q5 those
entered values? In code, I guess, that would be an If ThenElse statement, is
it possible in excel?

Thanks in advance...



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 195
Default Formula and or data entry into cell?

Hi Jay,

Sorry for delay in reply.

Here is something for you. This is just an example, let me see if this
works for you too.
Make a dropdown validation list at the cell D8 as
=IF(A1="","",B8)


And at the B8 cell you need to have the formula with the output. Say
=B1+B2

When the cell A1 is empty, the cell D8 too will show nothing but an
empty cell where you can make enter your Data.

And when the cell A1 has something in it, the output of the formula
will be displayed there.

Hope this is somewhat near to what you need. And do let me know if this
gave you idea how you can toggle between the cell for entry and the
output of the formula.


Thanks,

Shail



Jay wrote:
Thanks, I kind of figured that! Can it be done in code?

Thanks

"shail" wrote:

Hi Jay,

It is not possible through formulas because as soon as you manually
enter something over the blank cells the formula got erased. And vice
versa.

Thanks,

Shail


Jay wrote:
Guru's:

This is a tricky one!

Is it possible to have a calculation formula in a cell or set/range of cells
if one condition exists and allow for data entry if needed and still have the
calculation take place against the entered data under other conditions?

Say, cell F5 - Q5 are calculated formulas based on a value entered in cell
E5, but under other conditions, I'd like to either add or enter values into
cell, If there is no value in E5 (Show all cells blank), then allow for
manual data entry as needed and do calculations against cell F5 - Q5 those
entered values? In code, I guess, that would be an If ThenElse statement, is
it possible in excel?

Thanks in advance...




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
Lookup Data in two seperate Spreadsheets Padraig Excel Worksheet Functions 6 June 28th 06 03:05 PM
Custom functions calculating time arguments Help Desperate Bill_De Excel Worksheet Functions 12 April 25th 06 02:22 AM
data in cell not corresponding with entry Graeme New Users to Excel 1 December 21st 05 04:16 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM


All times are GMT +1. The time now is 08:35 AM.

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

About Us

"It's about Microsoft Excel"