Can someone explain why in the formula:
=COUNTIFS(Sales,">="&H1,Sales,"<"&G2)
quotes are used? I know about concatenation but why are the logic signs in quotes and why couldn't the formula just as well be written as:
=COUNTIFS(Sales,>=&H1,Sales,<G2)
???
I know words that appear in quotes are treated as text but in the case above are we really wanting the logic symbols to be treated as text? By this I mean don't they have to produce a TRUE or FALSE upon being entered; that is we want them to change and not stick as text wherever they're seen?
In Excel terms what are their different meanings (the two cases above)?
Thanks!
=COUNTIFS(Sales,">="&H1,Sales,"<"&G2)
quotes are used? I know about concatenation but why are the logic signs in quotes and why couldn't the formula just as well be written as:
=COUNTIFS(Sales,>=&H1,Sales,<G2)
???
I know words that appear in quotes are treated as text but in the case above are we really wanting the logic symbols to be treated as text? By this I mean don't they have to produce a TRUE or FALSE upon being entered; that is we want them to change and not stick as text wherever they're seen?
In Excel terms what are their different meanings (the two cases above)?
Thanks!