I have 2 cells that I would like to take the output of the formula in each cell and multiple. I did the standard formula in the Pay cell but I am guessing due to my formulas in the other cells is causing an issue.
Pay rate formula: =IF([Client Name]@row = "Weekend Stay", "$150")
Total Hours formula: =COUNTIFS([Saturday Stay]:[Saturday Stay], 1) + COUNTIFS([Sunday Stay]:[Sunday Stay], 1)
Pay: =[Pay Rate]@row * [Total Hours]@row