We're giving away 30 tickets for FREE! Share your story, your vision, or your hustle and tell us why YOU deserve a ticket.
Apply nowWin a FREE 3 Day Ticket to FabCon Vienna. Apply now
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 % = IFERROR([Var LCR] / [Forecast LCR],"")
What I need apart of this "IFERROR" is to say IF I have Blank in Actual LCR column put "" in Var LCR % Column.
Any ideas?
Thanks,
.
Solved! Go to Solution.
Hi,
Try this
=IF(ISBLANK([Actual LCR]),BLANK(),IFERROR([Var LCR]/[Forecast LCR],BLANK()))
Hi,
Try this
=IF(ISBLANK([Actual LCR]),BLANK(),IFERROR([Var LCR]/[Forecast LCR],BLANK()))
User | Count |
---|---|
67 | |
61 | |
47 | |
35 | |
32 |
User | Count |
---|---|
87 | |
72 | |
57 | |
51 | |
45 |