Adding numerical values from a alpha/numeric cell.
Posted by GARRET PETERSEN on January 14, 2002 6:52 AM
Example: C3 contains "2ADLOT" D4 contains "3ADLOT" I want to be able to add the "2" & "3". Is this possible without seperating the numeric and alpha values into different cells?
I have tried =SUMIF(C3:D4,"*ADLOT"). The result I'm looking for is 5.