Forum Discussion
rc14354
Mar 29, 2019Copper Contributor
SUM.IF
Hi team, I'm using sum.if formula on two different tables. The criteria to sum up amounts is the list of numbers here below. 5806524220010000003340946 5806524220010000016288417 58065242200100000...
- Mar 29, 2019
Detlef_Lewin
Mar 29, 2019Silver Contributor
- lori_mMar 29, 2019Iron ContributorDetlef_Lewin Hey just noticed this link! Indeed for numeric text you can use:
=SUMIF(range, CHAR(173)&criteria, [sum_range])
Glad others have picked up on this and it's been put to good use :)- Detlef_LewinMar 29, 2019Silver Contributor
Ah! The discoverer herself.
Solving an eleven year old problem which annoyed almost every Excel user is always worth mentioning.
- SergeiBaklanMar 29, 2019Diamond Contributor
Oh, yes, I totally forgot about magic of the CHAR(173). Thank you, Detlef_Lewin