Forum Discussion
Asaf_AM
Apr 18, 2023Copper Contributor
look for a specific date from table of ranges of dates
Hello everyone and thanks from advanced. I need to look for a specific date (receiving date) from other table with ranges of dates (each month divided for 2) and take the value of the cell output ce...
HansVogelaar
Apr 18, 2023MVP
Let's say that the table with the ranges is on a sheet named Data in A2:D11 (with headers in row 1).
And the receiving dates are in A2 and down on another sheet.
Enter the following formula in B2, then fill down:
=IFERROR(VLOOKUP(A2,Data!$B$2:$D$11,3),"")