
What does "--" used in Excel function mean? - Super User
Sep 8, 2014 · All the -- does is tell Excel to convert the boolean search results to 0 or 1. Anytime you need to use some type of logical function in Excel and wish to have the results returned as …
microsoft excel - @ in the beginning of a formula - Super User
Aug 14, 2019 · In Excel 365 builds that already have the new Dynamic Array formulas, all formulas are treated as array formulas by default. The @ sign is used to prevent the new …
What does the double dash ( - - ) do in Excel? - Super User
Jan 13, 2016 · I have some formulas with -- in them in Excel, and experiments confirm that =--1 is indeed a valid formula that evaluates to 1. However, Googling doesn't return anything. What …
What does the [@ [bar foo]] operator do in Excel, in particular the …
The @ is new notation in Excel 2010 replacing [#This Row] from Excel 2007. The at symbol is used to shorten formulas inside named tables referencing cells in the same row. The inner …
What does the $ in an excel reference mean? - Super User
Explore related questions microsoft-excel See similar questions with these tags.
What does this excel formula using the keyword "table" mean?
Apr 18, 2021 · In an excel sheet cell, I see the following formula which outputs a number (formatted as a percentage) based upon two numbers in K5 and K12: {=TABLE(K5,K12)} But I …
Why have "@" ("at") symbols suddenly appeared in my Excel …
Feb 14, 2020 · Excel is adding this erroneously and breaking my formulas. I have a SUM () statement with a formula inside that would on its own expand downwards. Excel catches this …
What does "A1:A4^ {1,2,3}" mean in an Excel formula?
Mar 5, 2015 · The first part of this question that I read was its title (duh), which says “What does “A1:A4^ {1,2,3}” mean in an Excel formula?” It can be used as a parameter to a worksheet …
What does "RC" mean in `=SUM(A4:INDIRECT("RC" & G4, 0))`?
May 24, 2019 · You need to read the documentation of the INDIRECT function INDIRECT (ref_text, [a1]) The INDIRECT function syntax has the following arguments: Ref_text: …
Excel colon in function - Super User
Apr 29, 2015 · I am learning excel functions and modeling from Google and trial and errors so just want to clarify the following point to get my fundamental understanding correct: When it comes …