problem with IF function with results from MATCH function

M

michelle

I have a cell which has done an index and a match. The
cell returns either a number or #N/A to cell G3. I
believe #N/A is an error code. However I would like to do
and IF stmt such as follows but it doesn't work.
=IF(G3="#N/A",F3,"0")

Can anyone help me around this problem?
 
K

Kevin Stecyk

Michelle,

=if(iserror(g3), f3, "0")

I am not sure you want "0" or just plain 0. Just check to be sure.

Regards,
Kevin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top