Hi all,
So this is a problem I'm having with a 20+ tab model that I built out last year. The model works in a way that it needs to be able to expand and I've set it up so that you can just copy a tab, change the name and some details and it automatically pulls the relevant data from the previous tab. The problem I'm having now is that while this works fine on my PC, two of my analysts are having issues where whenever they open the file they're just bombarded with #VALUE errors. I've isolated the incident to this formula as the second I copy/pasted the cell contents as values when working on their PC the errors resolved themselves.
Here's the formula in question, it is dragged down and spans about 200+ rows:
I built this a while ago and now I can't even remember why I used that OR function but removing it doesn't seem to fix anything. Any ideas?
So this is a problem I'm having with a 20+ tab model that I built out last year. The model works in a way that it needs to be able to expand and I've set it up so that you can just copy a tab, change the name and some details and it automatically pulls the relevant data from the previous tab. The problem I'm having now is that while this works fine on my PC, two of my analysts are having issues where whenever they open the file they're just bombarded with #VALUE errors. I've isolated the incident to this formula as the second I copy/pasted the cell contents as values when working on their PC the errors resolved themselves.
Here's the formula in question, it is dragged down and spans about 200+ rows:
Excel Formula:
=+IF(OR(INDIRECT(""&TEXT(EOMONTH($G$97, -1), "MMM")&"!E"&ROW(E107)&":F"&ROW(F107))=""),INDIRECT(""&TEXT(EOMONTH($G$97, -1), "MMM")&"!B"&ROW(E107)),"Empty")
I built this a while ago and now I can't even remember why I used that OR function but removing it doesn't seem to fix anything. Any ideas?