Error Circular Reference
I'm trying to pull information into a row depending of the information in another column from the same sheet but in the same row. So I made this formula, when It is in one cell I don't have problems but when I paste the formula in other cells o make a column formula I have the message "#CIRCULAR REFERENCE".
=IFERROR(IF([Group of projects]@row="Yes", IF(ISBLANK([Parent Job Number]@row), "", INDEX([Job Number]:[Job Number], MATCH([Parent Job Number]@row, [Job Number]:[Job Number], 0)))) ,"")
Best Answer
-
It looks like you're pasting this formula into the "Job Number" column, which is referenced as a full column reference in your formula, which is why you're receiving the error (see: #CIRCULAR REFERENCE error.)
When you have a column reference that looks through the entire column, you can use this once in its own column as it will ignore its own cell. However as soon as you have more than one cell referencing itself you will get the circular reference error, as you've found. See the header Reference a Whole Column in this article: Create a Cell or Column Reference in a Formula
Try creating a helper column next to this Job Number and paste the formula in there!
Let me know if this works for you.
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Answers
-
It looks like you're pasting this formula into the "Job Number" column, which is referenced as a full column reference in your formula, which is why you're receiving the error (see: #CIRCULAR REFERENCE error.)
When you have a column reference that looks through the entire column, you can use this once in its own column as it will ignore its own cell. However as soon as you have more than one cell referencing itself you will get the circular reference error, as you've found. See the header Reference a Whole Column in this article: Create a Cell or Column Reference in a Formula
Try creating a helper column next to this Job Number and paste the formula in there!
Let me know if this works for you.
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives