DesiExcel Practice Sheet
DesiExcel Practice Sheet
We need two formulas to solve this , first is SUBSTITUTE , it helps us to remove the $ sign and then VALUE to convert the data
So the Answer will be => =VALUE(SUBSTITUTE(A1, "$", "")) , Make sure to replace Cell A1 with your own cells . Also rep
salary column with the new value you get
We need Sum formula here =SUM(D20:D24) , We can also Use ALT + = as a shortcut
First get total number of emplyees , then get total number of Males and Females seperately.
Total Employees: =COUNT(G2:G25)
Male Employees: =COUNTIF(F2:F24,"MALE")
Female Employees: =COUNTIF(F2:F24,"MALE")
You will be solving this for practice, HINT: First use count formula to count the number of every business unit and store in a di
place , then use the MAX formula
en VALUE to convert the data to a value