Can someone assist me with modifying the formula below.
=IFERROR(XLOOKUP(P18,'OBIEE TABLE'!B:B,'OBIEE TABLE'!G:G),"")
Instead of the double quotation marks near the end, I want to replace that existing logic with the following logic.
If the XLOOKUP fails, then leave the current value within the cell.
The current value in cell O18 "Color LaserJet CP2025n"
=IFERROR(XLOOKUP(P18,'OBIEE TABLE'!B:B,'OBIEE TABLE'!G:G),"")
Instead of the double quotation marks near the end, I want to replace that existing logic with the following logic.
If the XLOOKUP fails, then leave the current value within the cell.
The current value in cell O18 "Color LaserJet CP2025n"