00:00If two-row function in your Excel is not working because you have older version of Excel,
00:04oh boy, do I have a solution for you. Follow these steps to get your two-row function
00:09up and running. On your Excel workbook, press alternate F11, and this will open a VBA editor.
00:16Right-click on Module, Insert Module, and paste this VBA function in your new module.
00:22If you'd like a copy of this VBA function, please leave a request on the comment section,
00:25and I'll show you how you can get it. After that, press Ctrl-S to save and close your VBA
00:30editor.
00:31To test and compare, I'll create an Excel's two-row function to ignore blanks and errors in your
00:36data set. And just below it, I'll use my two-row function coded in VBA with identical argument.
00:42To scan by column, this is how we can do it using Excel's two-row function.
00:47And this is for two-row function coded in VBA.
Comments