In: Computer Science
You want to calculate agent commissions based on their role. In cell K12, insert the IFS function to calculate the agent’s commission based on the agent code and the applicable rates in the range L2:L4. Use relative and mixed references correctly. Copy the function to the range K13:K39.
Solution
Step 1
Go to cell K12
Step 2
Enter the following formula
=IFS(D12="BA",$L$7,D12="DA",$L$8,D12="SA",$L$9)
Step 3
copy the formula to K13:K39.
--
Please note
in case if percentage not appear
format it into
if you have any further doubt, please mention it
love to help
all the best