I have created a function that looks at a range of cells and counts if the cells have an H in them and multiplies them by 8 (8 hours), but it also looks a cells like H6 and adds the 6 to the accumulated hours.
For example, A1:A5 have this data in there cells respectively H,H2, , ,H this would give the result of 18 two 8 hours days one 2 hour day. This works okay if all the data is entered in the cells and the function is then placed on the sheet. But if the user were to come back and put another H in cell A3 the formula does not recalculate unless I re-enter the function.
Is this something I have setup incorrectly in the function? or where it’s placed. Currently saved in module one of the worksheet.
Thanks for the help in advance