2 min readfrom Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

I need to do a complex sort involving large amounts of data.

I am using Excel 2021, Version 2108 (Build 14334.20440). I work at a library and I essentially need to do a review of hundreds of thousands of lines of data compiling information about different periodical volumes into one line. They are technically all different volumes (and there is a column for that) but can be organized under a single periodical title.

 

The raw output data will look something like this:

 

Periodical A / Volume 1 / Last Loaned Date / Usage Number

Periodical A / Volume 2 / Last Loaned Date / Usage Number

Periodical A / Volume 3 / Last Loaned Date / Usage Number

Periodical A / Volume 4 / Last Loaned Date / Usage Number

Periodical B / Volume 1 / Last Loaned Date / Usage Number

Periodical B / Volume 2 / Last Loaned Date / Usage Number

etc.

 

What I need to do is find some way of sorting or filtering or some algorithm that can first, take only the most recent date from the Last Loaned Date column among all volumes, and eliminate all others. Second, take the sum of all Usage Numbers for all volumes of that periodical and put it into a single number. Third, combine these two things into one line for the periodical in question.

 

So the output should look something like:

 

Periodical A / Last Loaned Date (most recent) / Usage Number (total among all)

Periodical B / Last Loaned Date (most recent) / Usage Number (total among all)

 

In this way I hope to get hundreds of thousands of lines of data down to about 50,000, representing the number of different periodicals we hold at the library.

submitted by /u/-Ophidian-
[link] [comments]

Want to read more?

Check out the full article on the original site

View original article

Tagged with

#Excel alternatives for data analysis
#generative AI for data analysis
#big data management in spreadsheets
#conversational data analysis
#real-time data collaboration
#intelligent data visualization
#data visualization tools
#enterprise data management
#big data performance
#data analysis tools
#data cleaning solutions
#natural language processing for spreadsheets
#Excel compatibility
#Excel alternatives
#rows.com
#large dataset processing
#Last Loaned Date
#Usage Number
#Excel 2021
#periodical volumes