I've got an Excel file which details the size of various folders.
The problem is right now the file says things like "28.2 MB", 75,913.4 MB" etc.
I'd like to extract just the numbers, so that I can then do a sum on them. What's the exact formula to do this? I'm guessing it's a FIND nested within a LEFT but I cant quite figure it out.
EDIT - I tried this formula "=LEFT(B23,FIND("MB",B23)-2)" but although it gave me the results I wanted, ie what looked like numbers, I cant add them up. Can someone advise?
The problem is right now the file says things like "28.2 MB", 75,913.4 MB" etc.
I'd like to extract just the numbers, so that I can then do a sum on them. What's the exact formula to do this? I'm guessing it's a FIND nested within a LEFT but I cant quite figure it out.
EDIT - I tried this formula "=LEFT(B23,FIND("MB",B23)-2)" but although it gave me the results I wanted, ie what looked like numbers, I cant add them up. Can someone advise?
Last edited: