The goal is when "A1" is 1st working day of the month, fill "C1" with "50" else "0"
I have a date in A1. EXAMPLE: 12/1/2023
I have the formula to the right in B1. =A1=WORKDAY(DATE(YEAR(A1),MONTH(A1),0),1)
I have the formula to the right in C1. =IF(DAY(B1) = 1,50,0)
How can I join the formulas in B1 and C1 into a single formula?
I have a date in A1. EXAMPLE: 12/1/2023
I have the formula to the right in B1. =A1=WORKDAY(DATE(YEAR(A1),MONTH(A1),0),1)
I have the formula to the right in C1. =IF(DAY(B1) = 1,50,0)
How can I join the formulas in B1 and C1 into a single formula?