What does "calcs" formula do in Microsoft Excel?

I encountered an XLS file with this formula in some of its cells. I searched the web for information on the formula, but I couldn't find anything. Could you help?

The formula in question is:

=calcs!$E$31:$AH$31

I can't understand how it works.

3

1 Answer

The reason you can't find anything is that there's no such function. As noted in a comment, it looks like calcs is instead the name of a worksheet. You can tell by the exclamation mark after it, which is used when prepending a worksheet name to a cell (or range of cells). A function would require parentheses around its arguments, which the formula doesn't have.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like