Formula that will allow me to divide a child by the parent
Hi,
Need help creating a formula that will divide a child in a list by the parent.
screen shot of the formula I have
Looking to take the Amt from both Direct & ISO and divide them by the All BU parent from another module in their specific columns.
Tagged:
0
Best Answers
-
Hi @neg177
Assuming 'All BU' is the 'Top Level Item' of your list, then you can use SELECT to reference parent values as shown below:
Thanks,
LipChean
1 -
Use a LOOKUP of the parent for items other than the first level within the hierarchy and SELECT for the top level for the first level parent.
0
Answers
-
Thank you. Very helpful and we got the formula we needed.
0