Hi.
This is another version of a question I made too long ago...
I am building a calendar in the attached file.
You will find two (2) sheets in there:
1) One called "Matriz Nuevo Calendario" (where I will be feeding events from this year to the end of 2026)
2) And the other one titled "Dashboard", in which I will make my boss see events for the current month (in a sort of horizontal timeline)
At the "Dashboard" sheet, there is a row in which I list days of the current month (range "E4:AI4"), from the first day to the last: 1 to 31 (for months like february, april, june, september and november I will do a prior work not worth mentioning now)
Anyway, I need each cell from range "E5:AI5" in the Dashboard sheet to display the corresponding value from "C3:C1251" to its date from the "B3:B1251" range at the Matriz Nuevo Calendario sheet.
By this I mean:
Row 5 in the Dashboard sheet will display the name of the events listed in column C of the Matriz Nuevo Calendario sheet in an horizontal progression, but to its corresponding day (each date listed in row 4 in the Dashboard sheet will need to match dates on B column of the Matriz Nuevo Calendario sheet)
I tried following the logic on the answer Narayank991 gave me, but my knowledge is quite dusty and unused this time:
On E5:
=SI(ESERROR(COINCIDIR(Dashboard!E4;'Matriz nuevo calendario'!B3:B1251;0));"";INDICE('Matriz nuevo calendario'!C3:C1251;COINCIDIR(Dashboard!E4;'Matriz nuevo calendario'!B3:B1251;0)))
But it is not working for this cell and neither for the others in the same row (row 5, range "E5:AI5").
I don't seem to find a way to fix the formula in this new table arrangement I am proposing... It's been too long since I did something with this complexity (I never was an Excel expert).
Can someone help me?
This is another version of a question I made too long ago...
I am building a calendar in the attached file.
You will find two (2) sheets in there:
1) One called "Matriz Nuevo Calendario" (where I will be feeding events from this year to the end of 2026)
2) And the other one titled "Dashboard", in which I will make my boss see events for the current month (in a sort of horizontal timeline)
At the "Dashboard" sheet, there is a row in which I list days of the current month (range "E4:AI4"), from the first day to the last: 1 to 31 (for months like february, april, june, september and november I will do a prior work not worth mentioning now)
Anyway, I need each cell from range "E5:AI5" in the Dashboard sheet to display the corresponding value from "C3:C1251" to its date from the "B3:B1251" range at the Matriz Nuevo Calendario sheet.
By this I mean:
Row 5 in the Dashboard sheet will display the name of the events listed in column C of the Matriz Nuevo Calendario sheet in an horizontal progression, but to its corresponding day (each date listed in row 4 in the Dashboard sheet will need to match dates on B column of the Matriz Nuevo Calendario sheet)
I tried following the logic on the answer Narayank991 gave me, but my knowledge is quite dusty and unused this time:
On E5:
=SI(ESERROR(COINCIDIR(Dashboard!E4;'Matriz nuevo calendario'!B3:B1251;0));"";INDICE('Matriz nuevo calendario'!C3:C1251;COINCIDIR(Dashboard!E4;'Matriz nuevo calendario'!B3:B1251;0)))
But it is not working for this cell and neither for the others in the same row (row 5, range "E5:AI5").
I don't seem to find a way to fix the formula in this new table arrangement I am proposing... It's been too long since I did something with this complexity (I never was an Excel expert).
Can someone help me?
Attachments
Last edited: