AKinner

New Member
Joined
Apr 29, 2013
Messages
2
Hi there

I'm wanting to return a value based on a reference IF another value in a row is between a certain date range.

For example, out of all of company X's products, I want to look at the listings that were released between 1/2/13 and 1/4/13 and return the product code if those conditions are met.

Also, is it possible that if there are more than one possible entries that the first line of formula return the first relevant value, the next line of formula can return the next value and so on?

Am I trying to fit too much into this?

I'm using Excel 2010.

Thankyou
Andrew
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
This is certainly possible with simple formulas.

ProductDateSatisfy Criteria? (1=Yes)Index
A011/1/201300
A042/7/201311
B062/8/201312
C0112/31/201200
C073/31/201313
D102/3/201314

<tbody>
</tbody>

You will add the 2 columns (Satisfy Criteria? and Index) to your data. (formula are easy)

Once you have the "Index", it will be straight forward for you to get a list with INDEX+MATCH.

Tips:
1. If You have a very large set of data, instead of 0,1,2,0,3,4 in the "Index" column, you'd better have 0.5, 1, 2, 2.5, 3, 4. So you can utilize binary search in the MATCH function.
2. If you just want to see the list, a simple filter on the data on "Satisfy Criteria" will do.

Hi there

I'm wanting to return a value based on a reference IF another value in a row is between a certain date range.

For example, out of all of company X's products, I want to look at the listings that were released between 1/2/13 and 1/4/13 and return the product code if those conditions are met.

Also, is it possible that if there are more than one possible entries that the first line of formula return the first relevant value, the next line of formula can return the next value and so on?

Am I trying to fit too much into this?

I'm using Excel 2010.

Thankyou
Andrew
 
Last edited:
Upvote 0
Thanks so much for getting back to me.

This is really good, except the document I'm referencing is unfortunately not mine to change. I need to pull out these things from it to put in a separate order form. It also needs to be dynamic based on the date entered, i.e. changing the date will return all the corresponding values within 2 months from the master sheet.

Am I entering the realm of macros?
 
Upvote 0
You can simply enter the formula in a new worksheet, even a new file.
You can also set the current date in a cell in your new file.

You won't need a macro in this case. Such simple task should not involve any VBA code.

E.g. for the date,
Cell C1 = "2/1/2013"
Then the formula of "Satisfy Criteria?" will be: =IF(and(Sheet1!B2>=C1, Sheet1!B2<date(year(C1), month(C1)+2, 1)), 1, 0)

Please feel free to let me know if you need further assistance.

Thanks so much for getting back to me.

This is really good, except the document I'm referencing is unfortunately not mine to change. I need to pull out these things from it to put in a separate order form. It also needs to be dynamic based on the date entered, i.e. changing the date will return all the corresponding values within 2 months from the master sheet.

Am I entering the realm of macros?
 
Upvote 0
Hi there

I'm wanting to return a value based on a reference IF another value in a row is between a certain date range.

For example, out of all of company X's products, I want to look at the listings that were released between 1/2/13 and 1/4/13 and return the product code if those conditions are met.

Also, is it possible that if there are more than one possible entries that the first line of formula return the first relevant value, the next line of formula can return the next value and so on?

Am I trying to fit too much into this?

I'm using Excel 2010.

Thankyou
Andrew

A2:A100 houses the product codes, B2:B100 the release dates.

E2: 1/2/13
E3: 1/4/13

E4, control+shift+enter, not just enter:
Rich (BB code):
=SUM(IF($B$2:$B$100>=E2,IF($B$2:$B$100<=E3,1)))
E6, control+shift+enter, not just enter, and copy down:
Rich (BB code):
=IF(ROWS($E$6:E6)<=$E$4,INDEX($A$2:$A$100,
  SMALL(IF($B$2:$B$100>=$E$2,IF($B$2:$B$100<=$E$3,
   ROW($B$2:$B$100)-ROW($B$2)+1)),ROWS($E$6:E6))),"")
 
Upvote 0
So here is another choice for you, Akinner. You will have to decide which one to use by considering your familiarity with Excel and whether the readers' familiarity with Excel formulas.

If you find the array formula difficult to understand and read, please revert to the simpler approach I have mentioned.
If you are smart with formula, you can apply the formula after understanding it.

Note: the array formula will have to be even longer because you will add worksheet names or even workbook names to it.

It's all trade-offs of readability v.s. fewer additional cells.

I tend to believe in readability with easy-to-understand formulas, because workbooks are made for human to read, not for Excel to read.

A2:A100 houses the product codes, B2:B100 the release dates.

E2: 1/2/13
E3: 1/4/13

E4, control+shift+enter, not just enter:
Rich (BB code):
=SUM(IF($B$2:$B$100>=E2,IF($B$2:$B$100<=E3,1)))
E6, control+shift+enter, not just enter, and copy down:
Rich (BB code):
=IF(ROWS($E$6:E6)<=$E$4,INDEX($A$2:$A$100,
  SMALL(IF($B$2:$B$100>=$E$2,IF($B$2:$B$100<=$E$3,
   ROW($B$2:$B$100)-ROW($B$2)+1)),ROWS($E$6:E6))),"")
 
Upvote 0

Forum statistics

Threads
1,215,427
Messages
6,124,830
Members
449,190
Latest member
rscraig11

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