Excel - Treat Greater Than or Less Than Symbol as part of Text Criteria -



Excel - Treat Greater Than or Less Than Symbol as part of Text Criteria -

i have next table info in ms excel:

doctor patient age grouping doctor_name 1 > 12 yrs old doctor_name 2 < 06 yrs old doctor_name 3 > 12 yrs old

when formula =countif(b2:b4,"> 12 yrs old") executed using data, homecoming 3 when in fact should homecoming 2.

i don't know documented, function interpreting > (greater than) character operator , not part of string. try:

=countif($b$1:$b$8,"=" &"> 12 yrs old")

if operator first character(s) in text string, interpreted operator , not character.

excel

Comments

Popular posts from this blog

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

Local Service User Logged into Windows -