I have a report and I need to calculate the value of a cell prior to the jet calculation.
I put this in a cell:
=NP("Evaluar";"=CELDA(""FILENAME"";N30)")
But it doesnt' work, it returns #¡VALUE!
However =CELDA("FILENAME";N30) returns dg in another cell. So it fail when I put the formula in an NP-Evaluate.
What's the problem?