Changing Formula to be compatible with older versions of Excel

Jbest23

New Member
Joined
May 27, 2023
Messages
2
Office Version
  1. 2021
Platform
  1. Windows
Hi, I have a spreadsheet that is currently working for Excel 2021 and up. This spreadsheet allows individuals to make a QTY input on one sheet to output a particular SKU (item) with that chosen QTY on another. Additionally, the outputs are filtered and sorted automatically. The following formula is used to accomplish this:

=IFERROR(SORT(HSTACK(FILTER(ProductSelection!G11:H3000,(ProductSelection!K11:K3000>0)),FILTER(ProductSelection!J11:K3000,(ProductSelection!K11:K3000>0)),FILTER(ProductSelection!I11:I3000,(ProductSelection!K11:K3000>0)),FILTER(ProductSelection!L11:M3000,(ProductSelection!K11:K3000>0))),1,1),"")

The issue arises when I send this spreadsheet out to others. Multiple people receiving this spreadsheet have excel versions as old as 2010. Is there a way to modify this formula to be compatible with older versions while keeping the same functionality more or less? Thank you!
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
As an update for those who might not know, the SORT, HSTACK and FILTER functions are not available for Excel versions older than 2021.
 
Upvote 0

Forum statistics

Threads
1,215,102
Messages
6,123,099
Members
449,096
Latest member
provoking

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