Based on a few suggestions and other references I calculated a dollar value using the following formula:
=NETWORKDAY(DATE(2023, 7, 1), DATE(2023, 7, 31)) * [Hourly Rate]@row * [Hrs/week]@row / 5
It works well, but I'd really like the formula to reference two separate columns: Start Date and End Date so the column won't calculate if the date is outside of the range.
Here is my use case: Start Date = 1/1/2023 and End Date = 5/30/2023, don't calculate for 6/1/2023 onwards. However, I want the flexibility/capability to adjust the dates and have the formula capture or perform the calculation if the date does move to 6/30/2023. Also, I've got individual month columns based on the first formula provided the give the dollar value.
We've got a very fluid working environment so I'm trying to make the calculations flexible enough to account for quick changes.
Hopefully this makes sense...semi-new to Smartsheets.