• 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.

IF statements with multiple Dates

DonVman

New Member
Hello,

I am working on trying to figure out the correct IF statement syntax for the differences between dates so I can plot these to a dynamic stacking chart (see pic). I have supplied a sample of what I am trying to accomplish. I hope this makes sense.
 

Attachments

  • Excel Sample.xlsx
    15.1 KB · Views: 2
  • Sample.png
    Sample.png
    155.8 KB · Views: 7
Are the auditions always in order, 1 < 2 < 3 < 4?
In that case you can use the MAX instead of checking for each date.
 

Attachments

  • Excel Sample.xlsx
    14.7 KB · Views: 4
Back
Top