Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Circular Refernce error

I am getting a Circular reference error when I am writting the following
formula.

=IF(C12< 0,0,(SUM(B12-B7)))


C12 is where I need the answer to go to

B12 is a time stamp where I can enter the time the item was entered or
completed
b7 is the time that the item should have been turned in by.

I am looking to accomplish a Null value if the item is negative which means
ahead of schedule while tracking the positive values if the item was turned
in late.

Any Help would be much appreciated.


Thanks


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default Circular Refernce error

in C12:

=IF(B12<B7,"",B12-B7)

"Robthemanbob" wrote:

I am getting a Circular reference error when I am writting the following
formula.

=IF(C12< 0,0,(SUM(B12-B7)))


C12 is where I need the answer to go to

B12 is a time stamp where I can enter the time the item was entered or
completed
b7 is the time that the item should have been turned in by.

I am looking to accomplish a Null value if the item is negative which means
ahead of schedule while tracking the positive values if the item was turned
in late.

Any Help would be much appreciated.


Thanks


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Circular Refernce error

Thanks for the quick and accurate response

"Toppers" wrote:

in C12:

=IF(B12<B7,"",B12-B7)

"Robthemanbob" wrote:

I am getting a Circular reference error when I am writting the following
formula.

=IF(C12< 0,0,(SUM(B12-B7)))


C12 is where I need the answer to go to

B12 is a time stamp where I can enter the time the item was entered or
completed
b7 is the time that the item should have been turned in by.

I am looking to accomplish a Null value if the item is negative which means
ahead of schedule while tracking the positive values if the item was turned
in late.

Any Help would be much appreciated.


Thanks


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default Circular Refernce error

Thanks for the feedback.

"Robthemanbob" wrote:

Thanks for the quick and accurate response

"Toppers" wrote:

in C12:

=IF(B12<B7,"",B12-B7)

"Robthemanbob" wrote:

I am getting a Circular reference error when I am writting the following
formula.

=IF(C12< 0,0,(SUM(B12-B7)))


C12 is where I need the answer to go to

B12 is a time stamp where I can enter the time the item was entered or
completed
b7 is the time that the item should have been turned in by.

I am looking to accomplish a Null value if the item is negative which means
ahead of schedule while tracking the positive values if the item was turned
in late.

Any Help would be much appreciated.


Thanks


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
Circular Reference Error Even Though There Is No C.R. Excelenator Excel Worksheet Functions 0 July 25th 06 07:42 PM
Standard Error Bars. A S-D Excel Discussion (Misc queries) 1 July 5th 06 11:52 AM
Mysterious Circular Reference Randy Ingle Excel Discussion (Misc queries) 0 July 4th 06 08:54 PM
Circular Reference error... Regnab Excel Discussion (Misc queries) 0 May 22nd 06 01:23 PM
#REF error Christen Excel Worksheet Functions 5 November 3rd 04 07:29 PM


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