• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Need Formula for the data

Dear All,

PFA of the data. I want to find the next dispatch date form todays date. If today and dispatch date are same i want to skip and find the next dispatch date.
 

Attachments

  • Date day Finder.xlsx
    9.9 KB · Views: 10
Hi Lakshmi,

See the file, I hope this is working as I understood your problem, blue cells has formula. Pardon me for the length of formula.

Regards,
 

Attachments

  • Date day Finder.xlsx
    11 KB · Views: 12
Hi,

I am not able to understand the dispatch date logic. Can you explain some more. Is it always:
Dispatch Date
8-Oct-14 15-Oct-14 22-Oct-14 29-Oct-14
13-Oct-14 20-Oct-14 27-Oct-14 3-Nov-14
what if the today is after 3rd Nov?

Regards,
Prasad DN
 
Hello Narain,

If 'Dispatch Date' are consecutive date as shown in column C, this should work.

In I4 & copy down.

=G4+MATCH(H4,TEXT(G4+{1,2,3,4,5,6,7},"dddd"),0)

Then J4, copy down & across.

=I4+7
 
Back
Top