Hello, the issue I have here is that with a certain formula, most cells will return a number, however some are going to be errors that show "#VALUE!" in the cell. I just want these cells to return blank. I was able to get this working with VLOOKUP cels but not with a simple formula.

Here's the formula I am using: =(Q2+R2+U2)/3

I am using cell N2 to enter this formula into in the example. So I tried using this for N2 entry: =IF((Q2+R2+U2)/3,N2,("")

Thanks for any help, I appreciate it!