gucciboots
New Member
- Joined
- Jul 9, 2019
- Messages
- 1
Hi everyone,
I am a novice Excel user and I'm trying to create a dynamic sheet for my company to use.
The gist is like this: I have 4 pieces of information. An event date, event name, location, and link to notes. I have these listed out in rows. What I want to do is be able to automatically order these chronologically by date.
So far, I could only figure out how to order the dates, but can't figure out how to bring the event name, location, and links to notes with that date.
I have a list of dates in, for example, A1:A1000 (assuming we will enter a lot of data). I then, in another cell, have this formula:
=ArrayFormula(INDEX($A$2:$A$1000,MATCH(ROWS($A$2:A2),COUNTIF($A$2:$A$1000,"<="&$A$2:$A$1000),0))[FONT=Inconsolata, monospace, arial, sans, sans-serif])
[/FONT][FONT=Inconsolata, monospace, arial, sans, sans-serif][/FONT]What do I do from here to arrange the other pieces of info with the dates that auto sort themselves by date?
Any help is appreciated![FONT=Inconsolata, monospace, arial, sans, sans-serif]
[/FONT]
I am a novice Excel user and I'm trying to create a dynamic sheet for my company to use.
The gist is like this: I have 4 pieces of information. An event date, event name, location, and link to notes. I have these listed out in rows. What I want to do is be able to automatically order these chronologically by date.
So far, I could only figure out how to order the dates, but can't figure out how to bring the event name, location, and links to notes with that date.
I have a list of dates in, for example, A1:A1000 (assuming we will enter a lot of data). I then, in another cell, have this formula:
=ArrayFormula(INDEX($A$2:$A$1000,MATCH(ROWS($A$2:A2),COUNTIF($A$2:$A$1000,"<="&$A$2:$A$1000),0))[FONT=Inconsolata, monospace, arial, sans, sans-serif])
[/FONT][FONT=Inconsolata, monospace, arial, sans, sans-serif][/FONT]What do I do from here to arrange the other pieces of info with the dates that auto sort themselves by date?
Any help is appreciated![FONT=Inconsolata, monospace, arial, sans, sans-serif]
[/FONT]