thewiseguy
Well-known Member
- Joined
- May 23, 2005
- Messages
- 1,015
- Office Version
- 365
- Platform
- Windows
Hi all. I am using the following formula:
=LET(sh,VSTACK(Input!AD4:AD502,Input!AG4:AG502),SORT(UNIQUE(FILTER(sh,(sh <>"")*(sh<>0),""))))
This is giving me unique values from columns AD and Ah (from "Input" sheet)
Now I am trying to get the total quantities associated with these 2 columns. Column AD has qty in AE and column AG has qty is AH
Can anyone help with this?
Many thanks in advance!
=LET(sh,VSTACK(Input!AD4:AD502,Input!AG4:AG502),SORT(UNIQUE(FILTER(sh,(sh <>"")*(sh<>0),""))))
This is giving me unique values from columns AD and Ah (from "Input" sheet)
Now I am trying to get the total quantities associated with these 2 columns. Column AD has qty in AE and column AG has qty is AH
v2023.10 - Copy.xlsm | |||||||
---|---|---|---|---|---|---|---|
AD | AE | AF | AG | AH | |||
3 | Accessory Name | QTY | Product | Accessory Name | QTY | ||
4 | MAXLITE External Adapter Round, White | 1 | Accessory | MAXLITE Battery backup for Type C Linears | 3 | ||
5 | MAXLITE External Adapter Round, White | 1 | Accessory | MAXLITE Battery backup for Type C Linears | 3 | ||
Input |
Can anyone help with this?
Many thanks in advance!