I'm using the SUMIF function except that the column I'm trying to sum is a string like this: "AU $12.3" instead of just "12", how can I strip this string to just return the float value inside my SUMIF statement (in the E column)?
=SUMIF('may'!$D$1:$D$500,"*Amount*",'may'!$E$1:$E$500)