I have the below formula which works out when people are available.
=(COUNT(‘Holidays’!$A$42:$A$46)-SUM(‘Holidays'!$B$42:$B$46)-COUNTIF(‘Holidays’!$B$42:$B$46,"?*"))*C5
so if the cell is blank it says that availble and this number is then mulitplied by C5, if there is any text it is discounted from the availablility.
Now i need to change the formula to only look for cells that contain the following, 1, 0.5, M, U, P, T
there are many other entries which will be in the cells i just need it to be specific to discount if the above is placed.
=(COUNT(‘Holidays’!$A$42:$A$46)-SUM(‘Holidays'!$B$42:$B$46)-COUNTIF(‘Holidays’!$B$42:$B$46,"?*"))*C5
so if the cell is blank it says that availble and this number is then mulitplied by C5, if there is any text it is discounted from the availablility.
Now i need to change the formula to only look for cells that contain the following, 1, 0.5, M, U, P, T
there are many other entries which will be in the cells i just need it to be specific to discount if the above is placed.