Hi all,
I am trying to count the number of ways this particular phrase appears in a cell
So for the image above, count the amount of times the string “Late Payment” occurs, i.e would return ‘2’.
Thanks team,
Hi All,
I am trying to figure out if a particular task has an upcming due date by seeing if a particular date field falls within 4 weeks from today.
I have written the following formula:
IF(AND({Milestone_Current_Due_Date} <= DATEADD(TODAY(), 1, ‘mon...