hi all
I have a string of numbers 123456,but sometimes there could be a letter in there i.e 123x56,12345x.what I wont to do is sum up the last three numbers. I have this formula which works ok till a letter comes along
=IFERROR(SUMPRODUCT(--MID(AB8,ROW(INDIRECT("1:" & LEN(AB8))),1)),"").I have no idea how to get it to ignore the letter and just sum up the other two
thanks richard
I have a string of numbers 123456,but sometimes there could be a letter in there i.e 123x56,12345x.what I wont to do is sum up the last three numbers. I have this formula which works ok till a letter comes along
=IFERROR(SUMPRODUCT(--MID(AB8,ROW(INDIRECT("1:" & LEN(AB8))),1)),"").I have no idea how to get it to ignore the letter and just sum up the other two
thanks richard