Hello,
I having trouble getting a calculation to work in a table. Please see the screen shot. I have a table for each week of each month on the form. Users need to select their work and vacation days for the coming year in the drop down for each weekday. The first value in the dropdown is W for Work, and the second is for V for Vacation. Both W and V have 1 as their corresponding values. (The value for V is versioned to 1_1 since W is already 1, and I'm not sure if this is affecting the calculation)
Without doing anything fancy, I can get the Work Day Totals field to calculate properly using this: =SUM(July_Week_1.Monday,July_Week_1.Tuesday,July_Week_1.Wednesday,July_Week_1.Thursday,July_Week_1.Friday)
But I've tried several different methods on the Vacation Day Total field to no avail. I'm not sure if the advanced setting formula or some javascript would be better suited for this.
One of options that I've tried is SUMIF(July_Week_1.Monday,July_Week_1.Tuesday,July_Week_1.Wednesday,July_Week_1.Thursday,July_Week_1.Friday) returns "V") but this give be the calculation error notification.
Any help is greatly appreciated.
Thanks,
Brian