Forum Discussion

agraca75's avatar
agraca75
Regular Visitor
3 months ago
Solved

Issue with Formulas - When Multiple Rows Similar Rows Exist

Hi - I was wondering if somebody could assist trying to diagnose how I can fix an issue I am having with some data.   I have a file file from a system that has types of absences based on safety inc...
  • v-anbandari's avatar
    v-anbandari
    3 months ago

    Hi agraca75   ,

    Thanks for the update.

    To avoid hardcoding and reduce errors, you can use a reference table with From and To dates for each fiscal month. Then, map your data against this table by matching each date to the corresponding From-To range to determine the fiscal month dynamically.

    This approach is easier to maintain, as you only need to update the table when there are changes in the fiscal calendar.

     

    Thank you!