Hi,
I have a large dataset made of orders (duplicate order id in column A for orders containing multiple items). I need to calculate total price of order based on unit price/item.
I have tried to sumif(take(filter but it doesn't work.
Same for a countifs based on multiple criteria located in different columns BUT with the need to remove the duplicates in column A. I have tried the sumproduct, filter,
unique, distinct, they all return as 1 instead of giving me proper value.
I am completely stuck... please help me. This is what my table looks like for the first question with the first order id being the SAME but with different items.
I have a large dataset made of orders (duplicate order id in column A for orders containing multiple items). I need to calculate total price of order based on unit price/item.
I have tried to sumif(take(filter but it doesn't work.
Same for a countifs based on multiple criteria located in different columns BUT with the need to remove the duplicates in column A. I have tried the sumproduct, filter,
unique, distinct, they all return as 1 instead of giving me proper value.
I am completely stuck... please help me. This is what my table looks like for the first question with the first order id being the SAME but with different items.
order id | unit price | Order accepted time |
xxxxxxx | 8.99 | 0.4 |
xxxxxxx | 0.99 | 0.4 |
yyyyyyy | 1.63 | 0.7 |