chip_excel
New Member
Hi Everyone,
I use MConcat a good bit to easily list reoccurring information based on a value. My Go to formula has been:
=IFERROR((MCONCAT(UNIQUEVALUES(OFFSET($B$1,MATCH(A2,$A$2:$A$2000,0),,COUNTIF($A$2:$A$2000,A2))),"
")),B2)
This will concatenate all the values in Column B for each time a value occurs in the specific column A cell.
The problems is I would like to add an IF argument that utilizes date ranges before returning the information.
So column 1 has a list of events, column 2 is the start date, column 3 is the finish date and column 4 is where the formula sits.
So, let's say the dates for Event 3 are in between the date ranges of Event 1 and 2.
The formula would concatenate something to the effect of: Occurs during: Event 1, Event 2.
Let me know if you need any further information or an example workbook.
Chip
I use MConcat a good bit to easily list reoccurring information based on a value. My Go to formula has been:
=IFERROR((MCONCAT(UNIQUEVALUES(OFFSET($B$1,MATCH(A2,$A$2:$A$2000,0),,COUNTIF($A$2:$A$2000,A2))),"
")),B2)
This will concatenate all the values in Column B for each time a value occurs in the specific column A cell.
The problems is I would like to add an IF argument that utilizes date ranges before returning the information.
So column 1 has a list of events, column 2 is the start date, column 3 is the finish date and column 4 is where the formula sits.
So, let's say the dates for Event 3 are in between the date ranges of Event 1 and 2.
The formula would concatenate something to the effect of: Occurs during: Event 1, Event 2.
Let me know if you need any further information or an example workbook.
Chip