Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Inserting current date when number entered in cell & Circular reference error?

I wonder if some kind soul can help please?

I have a formula in I4 that reads;
=IF(A12="","",IF(I4="",NOW(),I4))

What I believe used to happen was if I input a number in A12 the current
date was automagically inserted in I4

However now when I input a number in A12 I get an error that states;

Microsoft Excel cannot calculate a formula. Cell references in the formula
refer to the formula's result, creating a circular reference.
Try one of the following;
If you accidentally created the circular reference, click OK. This will
display the circular reference toolbar and help for using it to correct your
formula.
For more information about circular references and how to work with them,
please click Help.
To continue leaving the formula as it is, click Cancel

Sometimes a blue dot appears in I4 but no date...

The spreadsheet is protected but it has always been.

I do not recall altering the spreadsheet so is there any setting within
Excel 2000 that will affect or cause this error?

Maybe my formula is wrong?

--
Thanks & regards,
-pp-


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default Inserting current date when number entered in cell & Circular reference error?

See the instructions in the "Using circular references and worksheet
functions" section of

http://www.mcgimpsey.com/excel/timestamp.html

In article ,
"Pheasant Plucker®" wrote:

I wonder if some kind soul can help please?

I have a formula in I4 that reads;
=IF(A12="","",IF(I4="",NOW(),I4))

What I believe used to happen was if I input a number in A12 the current
date was automagically inserted in I4

However now when I input a number in A12 I get an error that states;

Microsoft Excel cannot calculate a formula. Cell references in the formula
refer to the formula's result, creating a circular reference.
Try one of the following;
If you accidentally created the circular reference, click OK. This will
display the circular reference toolbar and help for using it to correct your
formula.
For more information about circular references and how to work with them,
please click Help.
To continue leaving the formula as it is, click Cancel

Sometimes a blue dot appears in I4 but no date...

The spreadsheet is protected but it has always been.

I do not recall altering the spreadsheet so is there any setting within
Excel 2000 that will affect or cause this error?

Maybe my formula is wrong?

  #3   Report Post  
Posted to microsoft.public.excel.misc
JR JR is offline
external usenet poster
 
Posts: 92
Default Inserting current date when number entered in cell & Circular refe

....I believe what you are looking for is " IF(A12=" "," ",TODAY()) " typed in
cell I4. Keep in mind that this formula will always give you the current
date, unless you make it static (i.e. tomorrow, it will show tomorrow's date).

"Pheasant PluckerĀ®" wrote:

I wonder if some kind soul can help please?

I have a formula in I4 that reads;
=IF(A12="","",IF(I4="",NOW(),I4))

What I believe used to happen was if I input a number in A12 the current
date was automagically inserted in I4

However now when I input a number in A12 I get an error that states;

Microsoft Excel cannot calculate a formula. Cell references in the formula
refer to the formula's result, creating a circular reference.
Try one of the following;
If you accidentally created the circular reference, click OK. This will
display the circular reference toolbar and help for using it to correct your
formula.
For more information about circular references and how to work with them,
please click Help.
To continue leaving the formula as it is, click Cancel

Sometimes a blue dot appears in I4 but no date...

The spreadsheet is protected but it has always been.

I do not recall altering the spreadsheet so is there any setting within
Excel 2000 that will affect or cause this error?

Maybe my formula is wrong?

--
Thanks & regards,
-pp-



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Inserting current date when number entered in cell & Circular reference error?

Thanks for the reply.

Tools/Options/Calculation and check the Iterations box worked for me and may
help others also!

Many thanks & regards,
-=pp=-


"JE McGimpsey" wrote in message
...
See the instructions in the "Using circular references and worksheet
functions" section of

http://www.mcgimpsey.com/excel/timestamp.html

In article ,
"Pheasant Plucker®" wrote:

I wonder if some kind soul can help please?

I have a formula in I4 that reads;
=IF(A12="","",IF(I4="",NOW(),I4))

What I believe used to happen was if I input a number in A12 the current
date was automagically inserted in I4

However now when I input a number in A12 I get an error that states;

Microsoft Excel cannot calculate a formula. Cell references in the

formula
refer to the formula's result, creating a circular reference.
Try one of the following;
If you accidentally created the circular reference, click OK. This will
display the circular reference toolbar and help for using it to correct

your
formula.
For more information about circular references and how to work with

them,
please click Help.
To continue leaving the formula as it is, click Cancel

Sometimes a blue dot appears in I4 but no date...

The spreadsheet is protected but it has always been.

I do not recall altering the spreadsheet so is there any setting within
Excel 2000 that will affect or cause this error?

Maybe my formula is wrong?



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Inserting current date when number entered in cell & Circular refe

Thanks for the reply.

Not being an Excel wizard and not wishing to upset something that used to
work I found the solution in the reply above.

Thanks for taking the time to reply.

Kind regards,
-=pp=-

"JR" wrote in message
...
...I believe what you are looking for is " IF(A12=" "," ",TODAY()) " typed

in
cell I4. Keep in mind that this formula will always give you the current
date, unless you make it static (i.e. tomorrow, it will show tomorrow's

date).

"Pheasant Plucker®" wrote:

I wonder if some kind soul can help please?

I have a formula in I4 that reads;
=IF(A12="","",IF(I4="",NOW(),I4))

What I believe used to happen was if I input a number in A12 the current
date was automagically inserted in I4

However now when I input a number in A12 I get an error that states;

Microsoft Excel cannot calculate a formula. Cell references in the

formula
refer to the formula's result, creating a circular reference.
Try one of the following;
If you accidentally created the circular reference, click OK. This will
display the circular reference toolbar and help for using it to correct

your
formula.
For more information about circular references and how to work with

them,
please click Help.
To continue leaving the formula as it is, click Cancel

Sometimes a blue dot appears in I4 but no date...

The spreadsheet is protected but it has always been.

I do not recall altering the spreadsheet so is there any setting within
Excel 2000 that will affect or cause this error?

Maybe my formula is wrong?

--
Thanks & regards,
-pp-





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
Automatically inserting current date in a cell ng66 Excel Discussion (Misc queries) 2 January 31st 07 08:44 PM
Circular Reference Error Even Though There Is No C.R. Excelenator Excel Worksheet Functions 0 July 25th 06 07:42 PM
Circular Reference error... Regnab Excel Discussion (Misc queries) 0 May 22nd 06 01:23 PM
Circular reference error Rick Excel Discussion (Misc queries) 1 October 5th 05 08:45 PM
circular error w/o cell reference Remote Todd Excel Discussion (Misc queries) 1 August 11th 05 12:49 PM


All times are GMT +1. The time now is 06:20 AM.

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"