Forum Discussion
Need FORMULA help please!!
- May 12, 2019
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)
Thanks for your feedback.
When the cust # changes i always need the numeric value in col i moved to col j.
However,
When the cust # changes or remains the same and the "all" is present, i need the value moved - but when the customer # is the same and the "all" is replaced with another value, I want to leave the column blank.... this piece is where I am having problems.
I added v1 of the spreadsheet so you can see the formula I've tried and I put yellow hightlight where it's not working.
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)