question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Spreadsheets: Sophisticated references

See original GitHub issue

Feature suggestion

Description

Please add alternative coordinates to the hardcoded CellReference, or MergeCell.Reference etc.

Ideally, there should be few more types like:

  • ColumnReference { int Index, string ColumnName } (e.g. A as in A1). Should provide easy casting between both string and int
  • RowReference { int index } (e.g. 1 as in A1)
  • CellReference { ColumnReference Column, RowReference Row } (e.g. ABC123)
  • Range { CellReference Start , CellReference End } (e.g. A1:A32) Also need to accommodate for A:A.

Would you consider that? I’m willing to contribute.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
twsouthwickcommented, Mar 24, 2020

Sure will do

0reactions
weitzhandlercommented, May 30, 2020

In March, you sent me an email wish I replied to. Please search your mail for my last name, I’m sure you’ll find it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Google Sheets: Types of Cell References
There are two types of cell references: relative and absolute. Relative and absolute references behave differently when copied and filled to other cells....
Read more >
Absolute, Relative, and Mixed Cell References in Excel
How to Change the Reference from Relative to Absolute (or Mixed)? ; Press F4 key once: The cell reference changes from A1 to...
Read more >
Structured references in Excel tables
This tutorial explains the basics of Excel structured references and shares some tricks on using them in real-life formulas.
Read more >
Google Sheets: Types of Cell References - YouTube
In this video, you'll learn more about using cell references in Google Sheets.
Read more >
Creating Formula References, Names and External ...
This post will review in detail all the types of formula references and explain the power of the new External Variables feature.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found