Hello,
I am trying to find a formula to return the value of the duplicated number in cells that are not right next to each other, but within the same row. In the below example, I need a formula in column I that does the following:
I am trying to find a formula to return the value of the duplicated number in cells that are not right next to each other, but within the same row. In the below example, I need a formula in column I that does the following:
- If the variance to on-hand in column D is zero then return the value in column C in column I. I already have an IF formula in column I that does this.
- I need column I to do the above and: If the variance in Column D is NOT zero, I need the value that matches in either column C, E, or G. Since Cell D2 is not zero, I need cell I2 to find and list the duplicate or matching value in cells C2, E2, or G2 and return that value (which is 113,700). I cannot find a formula that will do this!