Since you can't add the alphabet, are you perhaps looking to *count*
something?
You will have to clarify exactly what you're looking to accomplish.
--
Regards,
RD
--------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
--------------------------------------------------------------------
Can anyone help me with this formula???
=SUMIF(S6:S32="A*",(F6:F34="F"))
Note also the error in your formula where S range and F range are not
of equal length.
--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
It occurs to me that you are using A* as a the text to be looked for
as opposed to using the * as a wild card. You might use A* as a grade
in marking indicating above maximum expected level of performance.
In any event, the ranges must be the same length. If * was used as a
wild card, then note that SUMPRODUCT doesn't support them.
--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
I meant to say, if A* is the string being sought use:
=SUMPRODUCT(--(S6:S32="A*"),--(F6:F32="F"))
--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.