
Originally Posted by
Richard Buttrey
I don't think the #Ref is anything to do with blank Cells, rather the way yuo have used INDIRECT. Your formula is attempting to look up Sheets called Person 1, Person 2, etc. which of course don't exist.
Using this method I'd be inclined to build a table matrix as shown in the attached.
Try and avoid using whole column references, in some situations that slows things down enormously
Personally I'm never in favour of using different sheets for thinks like Products/Months/Departments/Periods etc. The first thing to concentrate on when creating a system is to ensure all your data is in a normalised two dimensional table of rows for indivdual records and column fields for the types of information you're recording.
Even if there is no way you can get the original data in a single table I'd still recommend a pre-processing macro that would create it for you from the individual sheets. With a proper normalised data table the world is your lobster (as they don't say) and you have a more elegant and simple way of analysing your data.
Bookmarks