Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > PC based Database Applications > Microsoft Excel > Comparing #Ref! value

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-25-08, 14:31
ontheDB ontheDB is offline
Registered User
 
Join Date: Sep 2003
Posts: 73
Comparing #Ref! value

In an Excel sheet cell, what is the formula to compare a value to the '#Ref!' or '#Name?' values ?


For instance, for the forumla:
=IF(C8=#Ref!,0,E8/C8)

what would be the correct syntax?
Reply With Quote
  #2 (permalink)  
Old 06-26-08, 09:12
MikeTheBike MikeTheBike is offline
Registered User
 
Join Date: Apr 2004
Location: Derbyshire, UK
Posts: 586
Hi

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 !!??

Try searching in Excel help


MTB

Last edited by MikeTheBike : 06-26-08 at 09:21.
Reply With Quote
  #3 (permalink)  
Old 09-23-08, 13:12
weejas weejas is offline
Registered User
 
Join Date: Sep 2006
Posts: 82
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.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On