Hi
I have create a formula to calculate the % of margin but when i apply this to the column and there is current data, I get #DIVIDE BY ZERO.
my formula is =[Margin $]@row / [Forecast Amount $]@row
appreciate any help, thanks
Hi @pmolloy,
Add an IFERROR round your current formula.
For example, if you want the cells that currently have the error to be blank instead:
=IFERROR([Margin $]@row / [Forecast Amount $]@row, "")
If you want another outcome, amend the final "" portion.
Hope this helps, but if you've any problems/questions then just ask.
Thank you so much. Nick
ref must be one of: categoryID, siteSectionID, category, category/categoryID, category/name, category/description, category/url, category/allowedDiscussionTypes, locale, siteSection, siteSection/basePath, siteSection/contentLocale, siteSection/sectionGroup, siteSection/sectionID, siteSection/name, siteSection/description, siteSection/apps, siteSection/attributes, layoutViewType, discussionID, commentID, page, sort, discussion, discussion/name, tags, breadcrumbs, discussionApiParams, serverDraftID, serverDraft.