Forum Discussion
joshfoggy975
Aug 16, 2022Copper Contributor
linking data in excel
Hello, For work i have made a staff time sheet which calculates the amount earnt by hours worked for each staff member however, i require a table at the end of the document with the staff names and...
NikolinoDE
Aug 17, 2022Platinum Contributor
=SUM(COUNTIF(C4:C11,"*Josh*"))
or
=SUM(COUNTIF(C4:C11,C4))
Hope I could help you with these information.
I know I don't know anything (Socrates)