Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improvement] Suggestion: show tooltip with cell values when hovering over references, as in the formula bar #87

Open
santiago-afonso opened this issue Jun 12, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@santiago-afonso
Copy link

santiago-afonso commented Jun 12, 2024

Hello. Just a small suggestion. It greatly help formula debugging if the AFE replicated this functionality of the formula bar on hover (https://insider.microsoft365.com/en-us/blog/check-your-formula-with-value-preview-tooltips-in-excel):

image

Currently that capability is unused for cell references (although it is used for formulas).

image

Thanks!!

@jack-williams jack-williams added the enhancement New feature or request label Jun 14, 2024
@jack-williams
Copy link
Contributor

Adding as an enhancement. It would be interested to learn when you prefer using the tooltips vs the built-in AFE debugger.

@santiago-afonso
Copy link
Author

It would be interested to learn when you prefer using the tooltips vs the built-in AFE debugger.

Very, very often I get into one of these situations:

  1. the The formula uses spilled (dynamic) arrays, which are not yet supported by the debugger. error (eg. Constantly getting "The formula uses spilled (dynamic) arrays, which are not yet supported by the debugger." even in simple single-cell references #83 (comment), although I never understood Nick's reply), or
    image
  2. Something along the lines of "the number of cells exceeds the debugger's limits" then a medium-sized range is passed as a parameter.

In either of those situations, the AFE debugger can't help at all. The Evaluate Formula can, but is cumbersome due to its small size and the need to go through every single step. Using the tooltips in the formula bar is quicker, and unlike the AFE, works in these situations which I encounter very often.

I don't understand the nature of the spilled arrays error, but it seems that it pops-up in the kind of situations where the AFE is most useful: in complex calculations involving Excel's new array-calculating formulas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants