Hacker News new | past | comments | ask | show | jobs | submit login

That's exactly what I did. Now separate out some columns and perform some additional transformation on that FILTERed data. Can you do it without repeating yourself (duplicating the FILTER statement, or any of the other transformations you need to do, besides just filling down a column). Can you perform these transformations only on the row height of the data, and not have extra rows with broken formulas?

I honestly wouldn't even be surprised if the functionality to do the above does exist, but for all of my searching I couldn't find it.




I will ramble a bit, but for complex data transforms, you can use PowerQuery instead of formulas. For semi-serious programmers like myself, I started doing C# add-ins to Excel using Excel-Dna. There’s also Query Storm. :)


This is something I faced in both Excel and GSheets (when working with formulae only). That is the need to repeat myself occasionally.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: