I think I am missing something basic.
=IF(AE216=(ERROR.TYPE(#REF!)
),"-----",(IF(AE216=(ERROR.TYPE(#VALUE!)),"Volume too Large","")
))
This seems to execute, but i have to find a way for the formula to read #REF! and #VALUE!.
I tried a =VLOOKUP(#REF!, AF216:BF217,2,False), but it has the same problem with the logic #REF! - this obviously wouldnt return a value, it = #N/A!
#REF! 1
#VALUE! 2
Do I have the end of that formula right to display the original value? I think, basically, I need it to state, IF cell has #ref, or #value, return "whatever", if not then dont do anything. I hope, to get that result, you just omit the if not section.