Forum Discussion
cristianml
7 years agoPost Prodigy
Measure if error values
Hi, I need to remove by using If error I think the following data marked in red: I have the following measures at the moment : Var LCR = [Actual LCR]-[Forecast LCR] Var LCR % = IFE...
- 7 years ago
Hi,
Try this
=IF(ISBLANK([Actual LCR]),BLANK(),IFERROR([Var LCR]/[Forecast LCR],BLANK()))
Ashish_Mathur
7 years agoSuper User
Hi,
Try this
=IF(ISBLANK([Actual LCR]),BLANK(),IFERROR([Var LCR]/[Forecast LCR],BLANK()))