How to copy a Formula cell and increment formula references automatically? #1171
alvarovillafane
started this conversation in
API Questions
Replies: 3 comments
-
Hi @vmalvaro It seems that we have a similar topic here #887 Would that be helpful and meet the project requirements? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@vmalvaro take a look at getFillRangeData method and discussion #1149 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to know if there is a way to copy formulas with Hyperformula similar to how you would in Excel by dragging a cell down and having the formulas update automatically.
For example, I have a complex formula that includes references to other sheets and cells, as well as fixed references (with the $ sign). The formula looks something like this:
=Sheet2!A2 + A3 + TIMEVALUE("15:00") + Sheet2!C:C + Sheet2!$A1 + B3 + C3 + Sheet2!A$2
When I drag this formula down to the next cell, I want it to update automatically to reflect the new cell references. In this case, the formula would become:
=Sheet2!A3 + A4 + TIMEVALUE("15:00") + Sheet2!C:C + Sheet2!$A2 + B4 + C4 + Sheet2!A$2
Can anyone suggest if this is supported or have any idea on how to do this in an efficient way?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions