Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jan Jan is offline
external usenet poster
 
Posts: 159
Default how do i find exact values in other excel file

i need to refer to files when i am doing this particular task.
the first file give me details
Item, Description, Balance Quantity, Quantity Order,Quantity to be ordered.
and the second file contains the write off item codes ie these items will
not be ordered again. both these list are generated from the system and
forwarded to me to work on. i used to do it manually before but now since the
count of the line items keeps increasing i want to simplify this process and
avoid doing it manually.
can anyone help.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default how do i find exact values in other excel file

Look at VLOOKUP:

In your first file:

in Cell ???

=IF(ISNA(VLOOKUP(A2,'[Write off Items.xls]Sheet1'!$A$2:$B$100,1,0)),"
",=VLOOKUP(A2,'[Write off Items.xls]Sheet1'!$A$2:$B$100,1,0))

This will look for Item (in A2) in file Write off Items.xls and if it finds
a match, return the item number: if no match found it returns blank.

=IF(ISNA(VLOOKUP(A2,'[Write off Items.xls]Sheet1'!$A$2:$B$100,1,0))," ","To
be written off")

The above puts text "To be wriiten off" into the cell"

HTH



"jan" wrote:

i need to refer to files when i am doing this particular task.
the first file give me details
Item, Description, Balance Quantity, Quantity Order,Quantity to be ordered.
and the second file contains the write off item codes ie these items will
not be ordered again. both these list are generated from the system and
forwarded to me to work on. i used to do it manually before but now since the
count of the line items keeps increasing i want to simplify this process and
avoid doing it manually.
can anyone help.

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
How do I get exact values from a graph in Excel? Carolyne Charts and Charting in Excel 3 July 16th 06 02:39 PM
find exact values of SQRT big_ears Excel Worksheet Functions 1 April 12th 06 07:57 AM
Find a not exact match using vlookup Russ B Excel Discussion (Misc queries) 1 July 27th 05 08:49 PM
using vlookup to find exact match Janice Lee via OfficeKB.com Excel Discussion (Misc queries) 3 March 25th 05 02:03 AM
Find a match that;s not exact Phyllis Excel Worksheet Functions 0 November 8th 04 08:12 PM


All times are GMT +1. The time now is 09:34 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"