Forum Discussion

ehb029's avatar
ehb029
Copper Contributor
May 12, 2019
Solved

Need FORMULA help please!!

I have been trying to create a formula for a few days with no luck.  The logic I'm trying to design:   1) customer # in row 1 is different than row 2 - always move value in (i1) to a new column (j...
  • Twifoo's avatar
    Twifoo
    May 12, 2019

    ehb029 

    In the attached version of your file, the formula in J2, copied down rows, is: 

    =IF((B2=B1)*(D2<>"(All)")*SUMPRODUCT((B$1:B1=B2)*(D$1:D1="(All)")),
    "",
    I2)