A
ADE2
Hi
I have a formula in cell Y11 shown below
=IF(ISERR(FIND("/",T1)),WORKDAY(Y10,6-WEEKDAY(Y10)),Y10-WEEKDAY(Y10,2)+8)
I need add a new condition to this formula so that it only operate
when the word DAILY appears in cell X10
X10 can have two values DAILY or 5 MIN
if X10 shows 5 MIN then i want to use a new formula in cell Y11
=IF(X10="5 MIN",BB3)
How can i combine these
Many thank
I have a formula in cell Y11 shown below
=IF(ISERR(FIND("/",T1)),WORKDAY(Y10,6-WEEKDAY(Y10)),Y10-WEEKDAY(Y10,2)+8)
I need add a new condition to this formula so that it only operate
when the word DAILY appears in cell X10
X10 can have two values DAILY or 5 MIN
if X10 shows 5 MIN then i want to use a new formula in cell Y11
=IF(X10="5 MIN",BB3)
How can i combine these
Many thank