I have a workbook managed in our Asia office that produces a #Value error in many columns but when they send the workbook to me in the US, I can't reproduce the problem. All of the columns in question have formulas that reference other columns on the same sheet.
My understanding is that #Value errors happen when you have a arithmetical formula referencing cells that are formatted as text, but i dont see that happening here...is there another reason this could happen?
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
Cell A1
=if([today()] > B1, then return column C, elseif ([today()] > B2, then return column D, etc
Where: B1 = 07/01/2015 (formatted as date)
And B2 = 08/01/2015 (formatted as date)
etc for 12 months