Forum Discussion

JZJANIK's avatar
JZJANIK
Copper Contributor
Jun 23, 2022
Solved

UOM dividing IF-THEN / other solution

Hi all   I've been designing simple delivery note generator, i've got products that are picked up from dropdown box as shown below, operator will only type first qty in trays and on side converter ...
  • HansVogelaar's avatar
    Jun 24, 2022

    JZJANIK 

    If caramel is the only exception, you could use the following formula in E13:

     

    =IF(OR(B13="",C13=""),"",C13/IF(B13="CARAMEL 4PK",90,60))

     

    This can be filled down.

    If you have more exceptions, it would be better to create a lookup list with product in the first column and trays per pallet in the second column.

Resources