Lookup value with multiple date ranges [on hold]2019 Community Moderator ElectionLookup value directly from the matrix dataCopy only value and not formulaCompare two data sets in different sheet and print difference in other sheet using excel VBA?How to parse dates for comparison time range comparison for specific valueVBA macro to find if a value in a cell is within the range of the values of two cellsExcel 2010 Macro to compare more then two columns for finding the matched value via macro or VBAINDEX MATCH with multiple criteria that aren't exact matches without using arrayExcel: Find Col A Value from Range of B and CIf first condition is true, check to see if values in multiple adjacent cells matchmultiple sheet lookup in excel using VBA

New invention compresses matter to produce energy? or other items? (Short Story)

What is the purpose of a disclaimer like "this is not legal advice"?

Short story about an infectious indestructible metal bar?

Why won't the strings command stop?

Professor forcing me to attend a conference

Is every open circuit a capacitor?

Are there other characters in the Star Wars universe who had damaged bodies and needed to wear an outfit like Darth Vader?

Using the imperfect indicative vs. subjunctive with si

Why doesn't "adolescent" take any articles in "listen to adolescent agonising"?

Gemara word for QED

The (Easy) Road to Code

What is the meaning of option 'by' in TikZ Intersections

How to write a chaotic neutral protagonist and prevent my readers from thinking they are evil?

What is "desert glass" and what does it do to the PCs?

Why can't we use freedom of speech and expression to incite people to rebel against government in India?

Under what conditions would I NOT add my Proficiency Bonus to a Spell Attack Roll (or Saving Throw DC)?

Can you run a ground wire from stove directly to ground pole in the ground

Ultrafilters as a double dual

Where do you go through passport control when transiting through another Schengen airport on your way out of the Schengen area?

Did Amazon pay $0 in taxes last year?

What is the oldest European royal house?

I've given my players a lot of magic items. Is it reasonable for me to give them harder encounters?

How do we objectively assess if a dialogue sounds unnatural or cringy?

Remove object from array based on array of some property of that object



Lookup value with multiple date ranges [on hold]



2019 Community Moderator ElectionLookup value directly from the matrix dataCopy only value and not formulaCompare two data sets in different sheet and print difference in other sheet using excel VBA?How to parse dates for comparison time range comparison for specific valueVBA macro to find if a value in a cell is within the range of the values of two cellsExcel 2010 Macro to compare more then two columns for finding the matched value via macro or VBAINDEX MATCH with multiple criteria that aren't exact matches without using arrayExcel: Find Col A Value from Range of B and CIf first condition is true, check to see if values in multiple adjacent cells matchmultiple sheet lookup in excel using VBA










-1















I have two sheet, sheet one with patient name and date ranges and sheet two with all visit date of those patients but large set of data. I want to lookup patients given in sheet 1 from sheet two which fall between given date range.



I lookup patient but I'm not able to lookup only visits within given date range
Note: every patient have different date range.

Example

Sheet1



patient date range
a 1/1/19-2/15/19
b 1/5/19-1/9/19
c 2/1/19-2/5/19


Sheet2



patient date
a 1/1/2019
a 1/2/2019
a 1/3/2019
a 1/4/2019
a 1/5/2019
a 1/6/2019
a 1/7/2019
a 1/8/2019
a 1/9/2019
a 2/15/2019
a 2/18/2019
a 2/19/2019
b 1/5/2019
b 1/6/2019
b 1/9/2019
b 1/10/2019
b 1/11/2019
b 1/12/2019
b 1/13/2019
c 2/1/2019
c 2/5/2019
c 2/6/2019
c 2/7/2019
c 2/8/2019









share|improve this question









New contributor




Saleem Mukhtar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











put on hold as unclear what you're asking by Thomas Kühn, Vogel612, Doron Yakovlev-Golani, Ron Rosenfeld, Pablo Cegarra yesterday


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.


















  • Don't remove the formatting others help you formatted. Also you should show your own efforts. Try produce a Minimal, Complete, and Verifiable example.

    – Tiw
    23 hours ago















-1















I have two sheet, sheet one with patient name and date ranges and sheet two with all visit date of those patients but large set of data. I want to lookup patients given in sheet 1 from sheet two which fall between given date range.



I lookup patient but I'm not able to lookup only visits within given date range
Note: every patient have different date range.

Example

Sheet1



patient date range
a 1/1/19-2/15/19
b 1/5/19-1/9/19
c 2/1/19-2/5/19


Sheet2



patient date
a 1/1/2019
a 1/2/2019
a 1/3/2019
a 1/4/2019
a 1/5/2019
a 1/6/2019
a 1/7/2019
a 1/8/2019
a 1/9/2019
a 2/15/2019
a 2/18/2019
a 2/19/2019
b 1/5/2019
b 1/6/2019
b 1/9/2019
b 1/10/2019
b 1/11/2019
b 1/12/2019
b 1/13/2019
c 2/1/2019
c 2/5/2019
c 2/6/2019
c 2/7/2019
c 2/8/2019









share|improve this question









New contributor




Saleem Mukhtar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











put on hold as unclear what you're asking by Thomas Kühn, Vogel612, Doron Yakovlev-Golani, Ron Rosenfeld, Pablo Cegarra yesterday


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.


















  • Don't remove the formatting others help you formatted. Also you should show your own efforts. Try produce a Minimal, Complete, and Verifiable example.

    – Tiw
    23 hours ago













-1












-1








-1








I have two sheet, sheet one with patient name and date ranges and sheet two with all visit date of those patients but large set of data. I want to lookup patients given in sheet 1 from sheet two which fall between given date range.



I lookup patient but I'm not able to lookup only visits within given date range
Note: every patient have different date range.

Example

Sheet1



patient date range
a 1/1/19-2/15/19
b 1/5/19-1/9/19
c 2/1/19-2/5/19


Sheet2



patient date
a 1/1/2019
a 1/2/2019
a 1/3/2019
a 1/4/2019
a 1/5/2019
a 1/6/2019
a 1/7/2019
a 1/8/2019
a 1/9/2019
a 2/15/2019
a 2/18/2019
a 2/19/2019
b 1/5/2019
b 1/6/2019
b 1/9/2019
b 1/10/2019
b 1/11/2019
b 1/12/2019
b 1/13/2019
c 2/1/2019
c 2/5/2019
c 2/6/2019
c 2/7/2019
c 2/8/2019









share|improve this question









New contributor




Saleem Mukhtar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I have two sheet, sheet one with patient name and date ranges and sheet two with all visit date of those patients but large set of data. I want to lookup patients given in sheet 1 from sheet two which fall between given date range.



I lookup patient but I'm not able to lookup only visits within given date range
Note: every patient have different date range.

Example

Sheet1



patient date range
a 1/1/19-2/15/19
b 1/5/19-1/9/19
c 2/1/19-2/5/19


Sheet2



patient date
a 1/1/2019
a 1/2/2019
a 1/3/2019
a 1/4/2019
a 1/5/2019
a 1/6/2019
a 1/7/2019
a 1/8/2019
a 1/9/2019
a 2/15/2019
a 2/18/2019
a 2/19/2019
b 1/5/2019
b 1/6/2019
b 1/9/2019
b 1/10/2019
b 1/11/2019
b 1/12/2019
b 1/13/2019
c 2/1/2019
c 2/5/2019
c 2/6/2019
c 2/7/2019
c 2/8/2019






excel






share|improve this question









New contributor




Saleem Mukhtar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Saleem Mukhtar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 23 hours ago









Tiw

3,63341229




3,63341229






New contributor




Saleem Mukhtar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked yesterday









Saleem MukhtarSaleem Mukhtar

11




11




New contributor




Saleem Mukhtar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Saleem Mukhtar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Saleem Mukhtar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




put on hold as unclear what you're asking by Thomas Kühn, Vogel612, Doron Yakovlev-Golani, Ron Rosenfeld, Pablo Cegarra yesterday


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.









put on hold as unclear what you're asking by Thomas Kühn, Vogel612, Doron Yakovlev-Golani, Ron Rosenfeld, Pablo Cegarra yesterday


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.














  • Don't remove the formatting others help you formatted. Also you should show your own efforts. Try produce a Minimal, Complete, and Verifiable example.

    – Tiw
    23 hours ago

















  • Don't remove the formatting others help you formatted. Also you should show your own efforts. Try produce a Minimal, Complete, and Verifiable example.

    – Tiw
    23 hours ago
















Don't remove the formatting others help you formatted. Also you should show your own efforts. Try produce a Minimal, Complete, and Verifiable example.

– Tiw
23 hours ago





Don't remove the formatting others help you formatted. Also you should show your own efforts. Try produce a Minimal, Complete, and Verifiable example.

– Tiw
23 hours ago












0






active

oldest

votes

















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

Save data to MySQL database using ExtJS and PHP [closed]2019 Community Moderator ElectionHow can I prevent SQL injection in PHP?Which MySQL data type to use for storing boolean valuesPHP: Delete an element from an arrayHow do I connect to a MySQL Database in Python?Should I use the datetime or timestamp data type in MySQL?How to get a list of MySQL user accountsHow Do You Parse and Process HTML/XML in PHP?Reference — What does this symbol mean in PHP?How does PHP 'foreach' actually work?Why shouldn't I use mysql_* functions in PHP?

Compiling GNU Global with universal-ctags support Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!Tags for Emacs: Relationship between etags, ebrowse, cscope, GNU Global and exuberant ctagsVim and Ctags tips and trickscscope or ctags why choose one over the other?scons and ctagsctags cannot open option file “.ctags”Adding tag scopes in universal-ctagsShould I use Universal-ctags?Universal ctags on WindowsHow do I install GNU Global with universal ctags support using Homebrew?Universal ctags with emacsHow to highlight ctags generated by Universal Ctags in Vim?

Add ONERROR event to image from jsp tldHow to add an image to a JPanel?Saving image from PHP URLHTML img scalingCheck if an image is loaded (no errors) with jQueryHow to force an <img> to take up width, even if the image is not loadedHow do I populate hidden form field with a value set in Spring ControllerStyling Raw elements Generated from JSP tagds with Jquery MobileLimit resizing of images with explicitly set width and height attributeserror TLD use in a jsp fileJsp tld files cannot be resolved