Use value of a different sheet cell to calculate total. #1243
nilesh-swivel
started this conversation in
General
Replies: 1 comment 7 replies
-
Hi @nilesh-swivel, your example contains a lot of code and it's very hard to analyze. Particularly, I don't see exactly where the Can you create a smaller example? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is an application with multiple sheets; one sheet contains (groups) some codes with cell references. We are calculating the usage count for each code on each sheet and the total if the code is used in the aggregation sheet. problem is sometimes we need to use that total in a different sheet, which might be used to calculate the above-mentioned same total value. But in that scenario, we are not using a required code to calculate the total, but I still get the CYCLE error. In Excel, I can perform the task without an issue. I have attached my code and the Excel sheet mentioned for reference.
Link to Excel Sheet: https://docs.google.com/spreadsheets/d/1DaaCdFw5-EONoFRI2RQt0gvfhJHhT8rV/edit?usp=share_link&ouid=102668536492449895575&rtpof=true&sd=true
Code Sandbox: https://codesandbox.io/s/pivot-budget-aggregation-forked-c15xeu
We need to use this total as a cell reference is a sheet, which contributes to this total (but not that exact row). if you need any clarification, feel free to ask.
Beta Was this translation helpful? Give feedback.
All reactions