Help with Index and Checklists

adflamm7

New Member
Joined
Nov 15, 2017
Messages
14
I am familiar with vLookUP and I can't search multiple criteria when using vLookup. So I assume I need to use Index to achieve what I want. In the example attached, I would like sheet one to look through the submissions in sheet 2 and tell me if an opening Checklist, Closing Checklist, and Dough sheet has been submitted Today for each store. If so, "Yes", if not, "No". The submissions are due once a day, so I would like it to attached to today's day, if possible.

Thank you very much in advance. This forum has taught me so much about vlookup. Index is the next lesson.

https://drive.google.com/file/d/1VVSSQaiXpOHWAQgTS2QFrjt1bUPgV6XW/view?usp=sharing
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Using your googledocs example....
This formula, copied across to the right and down, flags stores that submitted the referenced document on the referenced date:
Code:
E2: <bdo dir="ltr">=sumproduct(([COLOR=#f7981d]Sheet2!$B$2:$B$791[/COLOR]=[COLOR=#7e3794]$A2[/COLOR])
*([COLOR=#11a9cc]Sheet2!$A$2:$A$791[/COLOR]=[COLOR=#a61d4c]B$1[/COLOR])
*(--right([COLOR=#4285f4]Sheet2!$K$2:$K$791[/COLOR],12)=date(2018,6,30)))
</bdo>
Is that something you can work with?
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,712
Messages
6,174,033
Members
452,542
Latest member
Bricklin

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