Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am working with a large spreadsheet, typically about 2000 rows and
100 or more columns. On the far right, hidden, are a number of columns that contain input data, with many blank cells. On the left is the "user area", where formulas combine values from the input data into user-friendly values. The problem I'm having is that the formulas return #VALUE! when the input cells are empty - and will remain so. Yes, I know I can turn this warning off, but I don't want to, because it's a global setting and both that user and other sheets I make need to have it on. So I want to fix the problem. I tried looping over the cells looking for ISERROR and emptying them out, but this turned out to be VERY slow - about 25% of the time needed to prepare the entire sheet! Then I tried copy/paste SkipEmptyRows, but of course the rows aren't actually empty. Is there a way to tell it to skip rows with errors? Or perhaps some other way to fix them? Maury |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with adding times to give the result as the day | Excel Worksheet Functions | |||
Adding if error to a formula | Excel Discussion (Misc queries) | |||
Adding a decimal hours to a starting time to give a finishing tim | Excel Discussion (Misc queries) | |||
Why does this statement give an error message? | Excel Programming | |||
Cell keeps give me an #valid error | Excel Programming |