I am trying to create a rule that calculates the number of selections in one cell and divides this with a $ value in another cell and looks for another choice in a separate column and calculates the total value for that % of that choice.
Example
No of values in one cell is 5 and the total budget value in this row is $10,000. The result would therefore be $2,000. I want to be able to then create a figure for each of the 5 options in a separate calculation sheet that looks for the total value in all rows.eg Sales.
I have done a manual workaround as follows by creating 2 separate columns in the sheet {Budget Calculations Range 1} sheet and then looks for the option "Sales" in the column in the same sheet {Main Sheet name} in all rows:
=SUMIF({Main Sheet name}, CONTAINS("Sales", @cell), {Budget Calculations Range 1})
I want to be able to not create the 2 division columns and have one rule that does everything.
Any help much appreciated.