I have a formula that lists several cells to look for the letter X. If X is in any single cell a text is displayed "Package Price" in K25.
Need formula to be converted from strings of cells to arrays.
Current formula: If(OR(E41=”X”,E42=”X”,E43=”X”,),”Package Price”,””)
Need new formula to make array of E41:E47, add another array of E57:E67 in the same formula, if any cell in arrays has an X then K25 should show "Package Price".
I used =IF(E41:E47, "X","Package Price","") But it only shows text when X is in E41
Need formula to be converted from strings of cells to arrays.
Current formula: If(OR(E41=”X”,E42=”X”,E43=”X”,),”Package Price”,””)
Need new formula to make array of E41:E47, add another array of E57:E67 in the same formula, if any cell in arrays has an X then K25 should show "Package Price".
I used =IF(E41:E47, "X","Package Price","") But it only shows text when X is in E41