If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
There are a couple of of 'ISEROR' functons but perhaps the one you want is
=ERROR.TYPE(C8)
This function returns a number depending on the error.
However, if there is no error this function returns an error, so it will need an if statment to check that there is an error !!??
I have a suite of forms that pull data through to a printable sheet from a data entry sheet that rather heavily use:
=IF(ISERROR([OtherFunction]),"",[OtherFunction])
where [OtherFunction] is frequently a VLOOKUP call to translate user input into computer input.