GhostViper
New Member
- Joined
- Jan 2, 2020
- Messages
- 10
- Office Version
- 2010
- Platform
- Windows
Hello Everyone,
I am trying to delete all the empty cells in my excel document, for sorting purposes. Everyday an excel document is generated with data from one of our systems. The system is capable of storing up to 20,000 values per day and inputs all the data into the file, even "blank" cells, until it reaches its 20,000 value cap. At the end of the month, all of this data needs to be compiled into a single report and ultimately needs to be sorted into a single column.
The 20,000 value limit is set into the programming and cannot be readily adjusted. The limit must remain high because there is a potential to reach close to that limit, so I cannot change that limit.
I have tried Find and Replace function to replace the blanks with a value and then replace the value with nothing, but after an hour of the function running, it has only processed 135,000 of the blanks. Correlated, it would take between 4-5 hours to process a months worth of data.
Is there a better way to process this?
Thank you,
GhostViper
I am trying to delete all the empty cells in my excel document, for sorting purposes. Everyday an excel document is generated with data from one of our systems. The system is capable of storing up to 20,000 values per day and inputs all the data into the file, even "blank" cells, until it reaches its 20,000 value cap. At the end of the month, all of this data needs to be compiled into a single report and ultimately needs to be sorted into a single column.
The 20,000 value limit is set into the programming and cannot be readily adjusted. The limit must remain high because there is a potential to reach close to that limit, so I cannot change that limit.
I have tried Find and Replace function to replace the blanks with a value and then replace the value with nothing, but after an hour of the function running, it has only processed 135,000 of the blanks. Correlated, it would take between 4-5 hours to process a months worth of data.
Is there a better way to process this?
Thank you,
GhostViper