With reference to the following screenshot, we want to Populate the EP Number for all children under Level 1, regardless of the number of hierarchy with the EP No at Level 1.
At this moment, with =IF(COUNT(CHILDREN()) > 0, [EP No]@row, PARENT([EP No]@row)), row 4 onwards are empty.
What formula can I use to populate the EP Number column, so that if it is Level 1, it will reflect the EP No at row, if it's more than Level 2, it should reflect the EP No as stated in Level 1?
In the screenshot above, all the rows under Executive should reflect ABC.
Any assistance would be appreciated. Thank you.