Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Ack
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Christine Abbey  
View profile  
 More options Feb 10 2004, 3:59 pm
Newsgroups: microsoft.public.excel.worksheet.functions
From: "Christine Abbey" <christine.ab...@goodrich.com>
Date: Tue, 10 Feb 2004 12:57:36 -0800
Local: Tues, Feb 10 2004 3:57 pm
Subject: Ack
Here is what I need to do,

VLookup to pull a date from another spreadsheet.  Know how
to do that, it works.

Compare Date in this VLookup field to a possibly different
specific date.

If the vlookup date is later than specific date OR vlookup
does not get a match, then populate different column with
YES, otherwise no.

Clear as mud?

I can do the vlookup, I can compare the dates, I cannot
get it to recognize the #N/A field to populate a Yes.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Frank Kabel  
View profile  
 More options Feb 10 2004, 4:10 pm
Newsgroups: microsoft.public.excel.worksheet.functions
From: "Frank Kabel" <frank.ka...@freenet.de>
Date: Tue, 10 Feb 2004 22:09:25 +0100
Local: Tues, Feb 10 2004 4:09 pm
Subject: Re: Ack
Hi Christine
try
=IF(ISNA(vlookup_formula),"YES",vlookup_formula)
or combine with your date comparison try
=IF(OR(ISNA(vlookup_formula),vlookup_formula>spec_date,"YES","NO")

Frank


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »