Completion & Pending tasks based on dates.

Muthukrishnan V

Active Member
Joined
May 29, 2008
Messages
294
Office Version
  1. 365
Platform
  1. Windows
MS Excel 2007.

Col R contains dates varying from 1st April 2018 to 31st December 2018 in
DD/MM/YYYY format. (Dates showing task to be completed).

Col S formatted in date format DD/MM/YYYY. The date is entered as and when the
task is completed. For example R11 shows date 17-04-2018. Task completed
and now S11 is entered 17-04-2008.

Similarly task dated in R10 16-04-2018 is not completed therefore S10 is blank,
meaning task pending.

Col T represents Status. With the above examples, I want T11 to return Yes; and T10 to return pending, only in respect of task dates for the current month that is where
Col R >= 01-04-2018 and <= 30-04-2018. By way of clarification, the status of
completion and pending, is needed for the current month only.

Kindly advise me formula for Col T.
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
I put =today() in a1, then in t1

=IF(MONTH(R1)<>$A$1,"",IF(S1<>"","complete","pending"))

and fill down
 
Upvote 0
Thank you for answering my query Sir, but this is not working for me. A1 is =today() R1 is 19-04-2018 S1 is 19-04-2018 and T1 is blank.
The correct answer in the instant example is: T1 completed. Kindly help, Sir.
 
Upvote 0

Forum statistics

Threads
1,223,954
Messages
6,175,600
Members
452,658
Latest member
GStorm

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top