results table dilemma -part 2

  • Thread starter Thread starter melmac
  • Start date Start date
M

melmac

hi again,

in addition to my previous post, what formula can you suggest for me to be
able to find matching dates and the dates of the week before.

thanks,
 
melmac said:
.. what formula can you suggest for me to be
able to find matching dates and the dates of the week before.

As explained in the response to your earlier post,
the criteria could be something like this:
In your results sheet,
Assume a specific date will be input in A2
In B2:
=IF($A$2="","",IF(AND(A!B2>=$A$2-7,A!B2<=$A$2),ROW(),""))
Leave B1 empty. Col B is the criteria col.

---
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top