Hi everyone!
I created a spreadsheet on Google Sheets and decided to move to Excel. Long story short, my spreadsheet is for sales listings, all the items for sale are in the Listings sheet, whenever an item sells, I enter the date in the Sold column and that item will automatically populate a separate sheet (monthly sheets at the bottom) based on the month that it's sold.
The formula that I was using with Google sheets is as follows: =filter(Listings!A2:M,month(Listings!B2:B)=1, Year(Listings!B2:B)=2020) I have this formula on the A2 cell of every monthly sheet (January, February etc...)
When I downloaded the file to Excel, that formula changed to this: =IFERROR(__xludf.DUMMYFUNCTION("filter(Listings!A2:M999,month(Listings!B2:B999)=1, Year(Listings!B2:B999)=2020)"),43842)
If I manually replace that formula with the first one, I get an error message "that function is not valid".
Would somebody be able to help me fix that formula or maybe change it to something else that can work?
I am using Excel 2007 version.
Thank you in advance and thanks for reading.
I created a spreadsheet on Google Sheets and decided to move to Excel. Long story short, my spreadsheet is for sales listings, all the items for sale are in the Listings sheet, whenever an item sells, I enter the date in the Sold column and that item will automatically populate a separate sheet (monthly sheets at the bottom) based on the month that it's sold.
The formula that I was using with Google sheets is as follows: =filter(Listings!A2:M,month(Listings!B2:B)=1, Year(Listings!B2:B)=2020) I have this formula on the A2 cell of every monthly sheet (January, February etc...)
When I downloaded the file to Excel, that formula changed to this: =IFERROR(__xludf.DUMMYFUNCTION("filter(Listings!A2:M999,month(Listings!B2:B999)=1, Year(Listings!B2:B999)=2020)"),43842)
If I manually replace that formula with the first one, I get an error message "that function is not valid".
Would somebody be able to help me fix that formula or maybe change it to something else that can work?
I am using Excel 2007 version.
Thank you in advance and thanks for reading.