Is it possible to reference the value in a cell at a fixed offset?
Wondering why there seems to be no difference between absolute and relative in smartsheet. I would like to pull the date from the cell three up and two to the right of my target cell, no matter where the parent row is dragged to. Whether or not I add the traditional $ before the row number or not, the reference always remains in the same cell.
See images, and thank you in advance.
Answers
-
You would need to insert two helper columns. One would be an auto-number column (called "Auto" in this example) and there is no special formatting required in this one. The next would be a text/number (called "Row" in this example, and you would use this column formula:
=MATCH(Auto@row, Auto:Auto, 0)
Then in your parent rows you can use an INDEX function like so:
=INDEX([Column E]:[Column E], Row@row - 3)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!