I'm creating an worksheet in excel 2007. I need to display the results in column J using this formula "==IF(A2="","",IF(SUMPRODUCT(--($A$2:$A2&$F$2:$F2=A2&F2))=1,(20-H2)/20,(20-SUMIF($F$2:$F2,F2,$H$2:$H2))/20))
This calculation is dependent on several columns entries. I want to show it in a specific format. In column F I've created a user forum with several items. If I select more than an option in column F, the results has to be displayed accordingly both in column I & J accordingly.
Lets say I select the entries abc, xyz in F2. Then after the calculation in column I & J, I want the results to be displayed in the following format:
In I2:
abc: 50% ; xyz = 50%;
In J2:
abc : 50% ; xyz = 50%;
Please note that the value 50% is just a dummy value used to show an example and not a result of actual calculation.
How do I achieve this?
This calculation is dependent on several columns entries. I want to show it in a specific format. In column F I've created a user forum with several items. If I select more than an option in column F, the results has to be displayed accordingly both in column I & J accordingly.
Lets say I select the entries abc, xyz in F2. Then after the calculation in column I & J, I want the results to be displayed in the following format:
In I2:
abc: 50% ; xyz = 50%;
In J2:
abc : 50% ; xyz = 50%;
Please note that the value 50% is just a dummy value used to show an example and not a result of actual calculation.
How do I achieve this?