New to LF, feeling a bit lost. A lot of our business procedures revolve around 118 different budget codes. Education has to have different codes for grants and other federal funding. It's tedious, but don't really have any say in the matter.
Ex. of budget codes drop-down menu.
So far we have 2-3 forms that I have set up to act in the following matter. A collection field with the information needed, then they can add more and more trips or occurrences. (see below)
I can't seem to find a way to populate a table based off a collection response, i found some code to add a new row for every new budget selected, but not pass through info.
Then calculate the total of each budget code.
EG all 315 = 100
all 317 = 200
Id want a table that has column returning the full value of drop-down, and then added a total of all 315's. Next row is 316, so on and so forth.
I could do SUMIFs for each one, and hide if they are empty the problem is there's 118 different budget codes. so there would be 118 row table with most of it hidden 95% of the time.
Is there an easier way of doing this?