Forum Discussion

cmckernan93's avatar
cmckernan93
Copper Contributor
Jul 26, 2022
Solved

HELP - conditional summing a field based on a product number and week number from another table

Hello    I have attached 2x sheet screenshots below - one called 'target' which I want to put the formula in and one called ''source' which is where is want to pull the info from    What is the r...
  • HansVogelaar's avatar
    HansVogelaar
    Jul 27, 2022

    cmckernan93 

    The formula in ABC!M2 is

     

    =IF(OR(O2="Positive"),"0",IF(OR(O2="Negative"),"1"))

     

    • "0" and "1" are text values, not numbers. You should use 0 and 1 instead.
    • There is no need to use OR here

Resources