Hi,
I'm trying to set up a formula that ultimately gives me the cost of return for a product plus sales total of a product including returns. I want the formula to ignore the line where the return $ amount is so that I can track what the total would of been against the actual total sold.
So the formual goes like this:
when(retuns="yes";when(Product=Shoes;sum(Returns_amount;
this is the bit where i need help I iwant it to sum the returns amount and totals amount for that product.
If returns="no", I want it to ignore the returns amount line and give me the sum of the sales amount for that line.
I'm stumped Ive tried so many variations that ive confused myself
I'm trying to set up a formula that ultimately gives me the cost of return for a product plus sales total of a product including returns. I want the formula to ignore the line where the return $ amount is so that I can track what the total would of been against the actual total sold.
So the formual goes like this:
when(retuns="yes";when(Product=Shoes;sum(Returns_amount;
this is the bit where i need help I iwant it to sum the returns amount and totals amount for that product.
If returns="no", I want it to ignore the returns amount line and give me the sum of the sales amount for that line.
I'm stumped Ive tried so many variations that ive confused myself