Function to assign value/number to symbols and sum all of them.
Hi everyone,
In a table I have three rows where I have to record every employee’s shift over the month. The columns represents every single day of the month. Every employee works on a two-week-shift basis. Inside those working days, there could be different symbols. Each one of them represents a number of worked hour and I want to verify how many hours they work every month.
I.e.: ↑ is 9, ◉ is 12, ⌽ is 6 and so on.
I know it could be easier to put a number instead of a symbol, but I would not be here asking for help.
So, which formula should I use in a single cell? At the right of the table I would like to put a cell that counts the total worked hours for every employee.