Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
amario
 
Posts: n/a
Default How do I use ISNA on this formula


=IF(VLOOKUP(A12,$P$12:$U$3323,5,FALSE)="Good","Goo d","BAD")


How can I get the ISNA in there.. while maintaining my IF output. I'd
like the box to tell me if there was a match.. if not.. then tell me
its bad.. while blanking out the #n/A as i'm comparing 2 sets of data
against each other. Thanks!

- Amar


--
amario
------------------------------------------------------------------------
amario's Profile: http://www.excelforum.com/member.php...o&userid=26858
View this thread: http://www.excelforum.com/showthread...hreadid=401211

  #2   Report Post  
Alan
 
Posts: n/a
Default

=IF(ISNA(VLOOKUP(A12,$P$12:$U$3323,5,FALSE)),"Bad" ,VLOOKUP(A12,$P$12:$U$3323,5,FALSE))
Regards,
Alan.
"amario" wrote in
message ...

=IF(VLOOKUP(A12,$P$12:$U$3323,5,FALSE)="Good","Goo d","BAD")


How can I get the ISNA in there.. while maintaining my IF output. I'd
like the box to tell me if there was a match.. if not.. then tell me
its bad.. while blanking out the #n/A as i'm comparing 2 sets of data
against each other. Thanks!

- Amar


--
amario
------------------------------------------------------------------------
amario's Profile:
http://www.excelforum.com/member.php...o&userid=26858
View this thread: http://www.excelforum.com/showthread...hreadid=401211



  #3   Report Post  
Cutter
 
Posts: n/a
Default


Not sure if I understand what you need.

If you're trying to find the result in Column T based on the value in
Column P matching the value in A12 then type this:

=IF(ISNA(VLOOKUP(A12,$P$12:$U$3323,5,0)),"",VLOOKU P(A12,$P$12:$U$3323,5,0))

This formula will give you that result but will result in a blank cell
if a match for the value in A12 can not be found in P12:P3323

It's your use of "Good" and "Bad" that I don't understand.


--
Cutter
------------------------------------------------------------------------
Cutter's Profile: http://www.excelforum.com/member.php...fo&userid=9848
View this thread: http://www.excelforum.com/showthread...hreadid=401211

  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default

=IF(isna(VLOOKUP(A12,$P$12:$U$3323,5,FALSE)),"BAD" ,VLOOKUP(A12,$P$12:$U$3323
,5,FALSE))


--

HTH

RP
(remove nothere from the email address if mailing direct)


"amario" wrote in
message ...

=IF(VLOOKUP(A12,$P$12:$U$3323,5,FALSE)="Good","Goo d","BAD")


How can I get the ISNA in there.. while maintaining my IF output. I'd
like the box to tell me if there was a match.. if not.. then tell me
its bad.. while blanking out the #n/A as i'm comparing 2 sets of data
against each other. Thanks!

- Amar


--
amario
------------------------------------------------------------------------
amario's Profile:

http://www.excelforum.com/member.php...o&userid=26858
View this thread: http://www.excelforum.com/showthread...hreadid=401211



  #5   Report Post  
amario
 
Posts: n/a
Default


Thanks.. I got it!


--
amario
------------------------------------------------------------------------
amario's Profile: http://www.excelforum.com/member.php...o&userid=26858
View this thread: http://www.excelforum.com/showthread...hreadid=401211



  #6   Report Post  
amario
 
Posts: n/a
Default


=IF(VLOOKUP(B12,$R$12:$W$2500,3,FALSE)=C12,"Good", (VLOOKUP(B12,$R$12:$W$2500,3,FALSE)-C12))

How about this one.. basically of the vlookup = C12.. then I want it to
tell me its Good.. otherwise if the quanitites do not match.. i want the
vlookup in one column to subtract from a corresponding cell.. and I want
the ISNA in there in case the cell doesn't exist in other set of data.
Thanks

- Amar


--
amario
------------------------------------------------------------------------
amario's Profile: http://www.excelforum.com/member.php...o&userid=26858
View this thread: http://www.excelforum.com/showthread...hreadid=401211

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
writing a formula for a colored value aaronwexler New Users to Excel 11 September 1st 05 03:11 PM
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
put formula results into a different cell if it is empty PutFormula Excel Worksheet Functions 2 February 11th 05 03:31 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 05:11 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"