HI.
I'm using Excel 2013 where the file type is .xlsx
using this
returns the (correct)value 50
However if I use this
I get a value error where I am expecting "50 Slices".
If I use the formula evaluating tool it resolves to "50 slices" but the next stage returns #VALUE
I have had problems before with corrupt sheets where this
returns the wrong result but this sheet does not suffer from this.
If I open a newworkbook the formula returns the correct result. This again points to a dodgy sheet but how do I go about checking this?
If the original book was created using excel 97 (.xls) and then saved as excel 13 would this stop the formula working?
So many questions, so little ideas
Thanks
Paul
I'm using Excel 2013 where the file type is .xlsx
using this
Code:
='tab name'!E30
However if I use this
Code:
='tab name'!e30&" Slices"
If I use the formula evaluating tool it resolves to "50 slices" but the next stage returns #VALUE
I have had problems before with corrupt sheets where this
Code:
="12345"+0
If I open a newworkbook the formula returns the correct result. This again points to a dodgy sheet but how do I go about checking this?
If the original book was created using excel 97 (.xls) and then saved as excel 13 would this stop the formula working?
So many questions, so little ideas
Thanks
Paul