Hi All:
I'm trying to combine an IF statement with a Vlookup, but don't know if it is even possible.
My goal is to use vlookup to find a value in a report, but if the report wasn't completed, to then calculate a default value based on some other data.
Right now I'm running the vlookup, then when I see a #div/0 value (#div/0 is what is in the cell if the report wasn't done), I put in a second formula.
Here's my vlookup that works fine -
=VLOOKUP(A26,'Audit Scores'!C$5:H$88,5,0)
Here's the formula I use if the vlookup returns an #div/0
=IF(F6>1,0.85,0)
How can I combine them?
Thanks in advance
I'm trying to combine an IF statement with a Vlookup, but don't know if it is even possible.
My goal is to use vlookup to find a value in a report, but if the report wasn't completed, to then calculate a default value based on some other data.
Right now I'm running the vlookup, then when I see a #div/0 value (#div/0 is what is in the cell if the report wasn't done), I put in a second formula.
Here's my vlookup that works fine -
=VLOOKUP(A26,'Audit Scores'!C$5:H$88,5,0)
Here's the formula I use if the vlookup returns an #div/0
=IF(F6>1,0.85,0)
How can I combine them?
Thanks in advance