Cursor Bug when Referencing other Sheets in a Formula
Hi,
I found a bug when referencing other sheets in a formula.
When referencing multiple ranges from other sheets, the cursor will go outside of the braces for the first reference, then will go inside the braces for every reference after. I need to either click outside of the braces or hit the right key to get outside of them if I don't want to generate an error in my formula.
e.g.
=sum({Range 1}*cursor*)
=sum({Range 1},{Range 2*Cursor*})
The cursor will generate inside the braces range 2 and any following ranges.
Thanks
Best Answer
-
I was able to replicate what you are describing, but only if I haven't put a space after the comma, between the two ranges. This means that when you insert the new reference, the formula has to auto-add in that extra space as well. What I think happens is that this bumps the cursor inside the last brace, instead of keeping it one character over, outside of the brace.
Ex:
Instead of no space after the comma,
=SUM({Range 1},*cursor*)
Try with a space:
=SUM({Range 1}, *cursor*)
This should result in the cursor in the right place, since there are the correct number of preceding characters:
=SUM({Range 1}, {Range 2}*Cursor*)
Try adding in your second range after adding the comma and space to see if that helps!
Cheers,
Genevieve
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
Answers
-
I was able to replicate what you are describing, but only if I haven't put a space after the comma, between the two ranges. This means that when you insert the new reference, the formula has to auto-add in that extra space as well. What I think happens is that this bumps the cursor inside the last brace, instead of keeping it one character over, outside of the brace.
Ex:
Instead of no space after the comma,
=SUM({Range 1},*cursor*)
Try with a space:
=SUM({Range 1}, *cursor*)
This should result in the cursor in the right place, since there are the correct number of preceding characters:
=SUM({Range 1}, {Range 2}*Cursor*)
Try adding in your second range after adding the comma and space to see if that helps!
Cheers,
Genevieve
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
-
Ok, thanks. Gotta love funky syntax quirks.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 443 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 129 Brandfolder
- 150 Just for fun
- 70 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!