Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22
Default Combination IF, VLOOKUP

I can't get a combination of IF and vlookup to work correctly.
I want to use vlookup to find a value within a table INV based on value in
cell N3. If the value I'm looking for is not contained in INV table I want
the cell to choose contents of cell Q3.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Combination IF, VLOOKUP

Glenda,

Try

=IF(ISNA(VLOOKUP(N3,INV,2,FALSE)),Q3,VLOOKUP(N3,IN V,2,FALSE))

Mike

"Glenda" wrote:

I can't get a combination of IF and vlookup to work correctly.
I want to use vlookup to find a value within a table INV based on value in
cell N3. If the value I'm looking for is not contained in INV table I want
the cell to choose contents of cell Q3.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 73
Default Combination IF, VLOOKUP

Use a formala similar to:

=IF(ISERROR(VLOOKUP("abc",INV Table,2,FALSE)),Q3,VLOOKUP("abc",INV
Table,2,FALSE))

Good Luck
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
Formula help: VLOOKUP in a combination... j razz Excel Discussion (Misc queries) 7 March 28th 07 04:26 PM
Hlookup, Vlookup and IF in combination?? ronnomad Excel Discussion (Misc queries) 11 January 4th 07 12:41 PM
Combination of Vlookup & Hlookup Sweepea Excel Discussion (Misc queries) 5 May 4th 06 06:18 PM
can hlookup and vlookup be used in combination ? Arul T Excel Discussion (Misc queries) 2 April 20th 06 10:59 AM
Combination of H & Vlookup?? giantwolf Excel Worksheet Functions 5 August 9th 05 02:22 PM


All times are GMT +1. The time now is 07:27 AM.

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"