Solution to Excel Problem

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]
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
welcome

it is not clear how the data is set out

if it is simply in one table, then no formulas are needed - just a simple sort of the data

as a general rule, it is best to set the data up like database tables - basic idea is a table with headers in row 1 (date, event name, location, reference to notes) and then data underneath. no blank rows

regards
 
Upvote 0
this is not an Excel problem but GoogleSheet I suppose
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,413
Messages
6,119,374
Members
448,888
Latest member
Arle8907

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