Hello and thanks in advance for your help. I'm using the below formula and it works as designed. However there are now times when the result of the formula will return a #N/A, which I don't want. My preferred result when this happens is it returns a -0-. I'm stumped on how to do it. I've tried adding an iferror statement but that doesn't work with the other parts of the formula. It does work when I am only using that as the formula. Hope that made sense. Below is what I have.
=IF(VLOOKUP("CRC",Adjustments!$I$4:$J$12,2,0)>0," ",-VLOOKUP("CRC",Adjustments!$I$4:$J$12,2,0))
=IF(VLOOKUP("CRC",Adjustments!$I$4:$J$12,2,0)>0," ",-VLOOKUP("CRC",Adjustments!$I$4:$J$12,2,0))