I am trying to combine information from Sales History and from Current Availability in order to have printouts available for monthly purchase or production scheduling.
I combined the two tables in colums "A" to "I" --(Code to Sales #2022)
800 plus codes with Availability info and 400 plus codes with sales info.
Many codes are not duplicated because the plants are used in production to grow to the larger sizes but not sold resuling in about 400 code duplicates.
I need to combine the tables so that I have Sales history along with availabiliity for each unique plant code.
I used the unique command in order to have only one code in Colums "K" to "S". The problem is combining the "Availability" and "Sales" numbers.
My problem is that I am unable to combine the numbers in colums "N" to "S" (Ready for Sale to Sales $2020)
I have tried XLookup, and Indexmatch, I am not having any luck getting a correct formula.
I did not try sumif becasue there was no calculations needed, just looking up and transferring the info.
XLookup seems to have issues with the duplicate codes so I tried IndexMatch. I must be overthinking something and making this more difficult than it is.
On the spreadsheet example:
Code 52244067 Picea Abies... is one of the duplicate codes with some data on each listing. There is no math calculations needed, just copying the data from two different lines to a unique code to the right.
Thank you
I combined the two tables in colums "A" to "I" --(Code to Sales #2022)
800 plus codes with Availability info and 400 plus codes with sales info.
Many codes are not duplicated because the plants are used in production to grow to the larger sizes but not sold resuling in about 400 code duplicates.
I need to combine the tables so that I have Sales history along with availabiliity for each unique plant code.
I used the unique command in order to have only one code in Colums "K" to "S". The problem is combining the "Availability" and "Sales" numbers.
My problem is that I am unable to combine the numbers in colums "N" to "S" (Ready for Sale to Sales $2020)
I have tried XLookup, and Indexmatch, I am not having any luck getting a correct formula.
I did not try sumif becasue there was no calculations needed, just looking up and transferring the info.
XLookup seems to have issues with the duplicate codes so I tried IndexMatch. I must be overthinking something and making this more difficult than it is.
On the spreadsheet example:
Code 52244067 Picea Abies... is one of the duplicate codes with some data on each listing. There is no math calculations needed, just copying the data from two different lines to a unique code to the right.
Thank you
Sales Analysis Trees.xlsx | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | |||
1 | CODE | PLANT | SIZE | READY FOR SALE | NOT READY FOR SALE | Sales # 2023 | Sales $ 2023 | Sales # 2022 | Sales $ 2022 | CODE | PLANT | SIZE | READY FOR SALE | NOT READY | SALES #2023 | SALES $2023 | SALES #2022 | SALES $2022 | ||||
2 | 52046716 | Picea Pungens Glauca Fastigiata | 8/10' B&B | 0 | 3 | 52046716 | Picea Pungens Glauca Fastigiata | 8/10' B&B | ||||||||||||||
3 | 52210127 | Pinus mugo var. pumilio | # 3 | 3152 | 0 | 52210127 | Pinus mugo var. pumilio | # 3 | ||||||||||||||
4 | 52210128 | Pinus mugo var. pumilio | # 1 | 800 | 23840 | 52210128 | Pinus mugo var. pumilio | # 1 | ||||||||||||||
5 | 52210129 | Pinus mugo var. pumilio | # 5 | 0 | 600 | 52210129 | Pinus mugo var. pumilio | # 5 | ||||||||||||||
6 | 52241484 | Pinus mugo var. pumilio | Seedling | 0 | 1600 | 52241484 | Pinus mugo var. pumilio | Seedling | ||||||||||||||
7 | 52243391 | Pinus mugo var. pumilio | 15/18" | 0 | 794 | 52243391 | Pinus mugo var. pumilio | 15/18" | ||||||||||||||
8 | 52243631 | Pinus mugo var. pumilio | 12/15" | 0 | 1800 | 52243631 | Pinus mugo var. pumilio | 12/15" | ||||||||||||||
9 | 52244067 | Picea abies 'Nidiformis' | # 3 | 84 | 0 | 52244067 | Picea abies 'Nidiformis' | # 3 | ||||||||||||||
10 | 52244067 | Picea abies 'Nidiformis' | # 3 | 92 | $ 1,632 | 10 | $ 176 | 52244081 | Pinus mugo var. pumilio | #10 | ||||||||||||
COMBINED DATA SORT |
Cell Formulas | ||
---|---|---|
Range | Formula | |
K2:M1012 | K2 | =UNIQUE(A2:C2000) |
Dynamic array formulas. |