Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 21
Default Circular References

Hi
When i open a worksheet I am getting a Circular reference error
The reference is on $s$6 and the forumula is: =IF(ISERROR(S6),0,SUM(R6/Q6))

Q6 contains the figure 87 R6 contains 0

Can someone explain this to me please I dont understand why it is a circular
reference

Thanks

A


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Circular References

Hi,

Is this formula is in A6?, if not where is it?

With the data you give for Q6 - R6 it will always produce 0 as a result.
Simplify the formula like this

=IF(ISERROR(S6),0,(R6/Q6))

What is the formula in S6?

Mike

"Alexey" wrote:

Hi
When i open a worksheet I am getting a Circular reference error
The reference is on $s$6 and the forumula is: =IF(ISERROR(S6),0,SUM(R6/Q6))

Q6 contains the figure 87 R6 contains 0

Can someone explain this to me please I dont understand why it is a circular
reference

Thanks

A



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default Circular References

If this formula really is in $S$6, then it refers to itself.
Maybe this was meant:

=IF(ISERROR(R6/Q6),0,R6/Q6)

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Alexey" wrote in message ...
| Hi
| When i open a worksheet I am getting a Circular reference error
| The reference is on $s$6 and the forumula is: =IF(ISERROR(S6),0,SUM(R6/Q6))
|
| Q6 contains the figure 87 R6 contains 0
|
| Can someone explain this to me please I dont understand why it is a circular
| reference
|
| Thanks
|
| A
|
|


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 21
Default Circular References

Hi both

thanks for your post and help

The formula was in S6.

Since Q6 will often have data in it, whilst R6 may not yet have any data
entered, S6 which is calculating a % (R6/Q6) will return an error if R6 is
empty. I am just trying to tidy up the sheet and show a blank in S6 in the
instances where R6 is empty

Thanks again for your help

A


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Circular References

1 way

IF(COUNT(Q6:R6)=2,R6/Q6,"")

Mike

"Alexey" wrote:

Hi both

thanks for your post and help

The formula was in S6.

Since Q6 will often have data in it, whilst R6 may not yet have any data
entered, S6 which is calculating a % (R6/Q6) will return an error if R6 is
empty. I am just trying to tidy up the sheet and show a blank in S6 in the
instances where R6 is empty

Thanks again for your help

A



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 References thejamie Excel Discussion (Misc queries) 2 March 16th 08 12:09 PM
circular references [email protected] Excel Discussion (Misc queries) 0 March 28th 07 01:20 AM
Those Circular References... JeremyH1982 Excel Discussion (Misc queries) 4 May 22nd 06 10:51 PM
Circular references R.Hocking Excel Worksheet Functions 1 February 2nd 06 06:51 PM
Help :Circular References PPT Excel Worksheet Functions 1 January 29th 06 03:20 PM


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