I want to compare storage size for file folders from week to week because I want to be able to see which folders are increasing in size.
I have a directory listing utility that lists folders by path and size. The problem is the size is in bytes and cannot be changed to output in Megabytes. So I bring all the data into Excel and do a conversion from bytes to Megabytes.
For example:
ColA
2503513B
ColB =(ColA/100000)
25.04MB
The problem is once I've converted the "Column A - Byte” data, I don't want to keep it – I only want to work with the Megabyte figures. But if I attempt to delete ColA I (of course) lose my ColB values because their values are derived from caculating with ColA.
Is there a way, once a calculation is done, to output the data just as a number without the formula?
--Mary
I have a directory listing utility that lists folders by path and size. The problem is the size is in bytes and cannot be changed to output in Megabytes. So I bring all the data into Excel and do a conversion from bytes to Megabytes.
For example:
ColA
2503513B
ColB =(ColA/100000)
25.04MB
The problem is once I've converted the "Column A - Byte” data, I don't want to keep it – I only want to work with the Megabyte figures. But if I attempt to delete ColA I (of course) lose my ColB values because their values are derived from caculating with ColA.
Is there a way, once a calculation is done, to output the data just as a number without the formula?
--Mary