Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default A question about VLOOKUP / any other helpful formula

Hi All, i am new in this group, and looks like you have perfect
knowledge in Excel.

Now, i have to recocile between two systems, first one will send
generate a payment batch lets call this system (A), and the other one
will recieve this batch and process it, let call this one (B), my role
is to reconcile and check if system (B) didn't process the amounts sent
by system (A), usually i get a copy of the LOG from sys (A) + sys (B)
and import them into excel and do the job as the following:

(A) (B)
1) Sami 1,0000 Sami 1,0000
2) John 1,500 John 1,500
3) Sara 1,000 Sara 1,000

In my case i always use VLOOKUP (B1,A1:A3,FALSE,1), but sometimes it
wont work specially when i reconcile between 2000 accounts and some of
the records in colume (B) is are missing becuase it got dropped somehow
while the batch sent in the begining from sys (A) -- sys (B) and that
result #/N/A in all the accounts after the missing record!

is there a way that excel can generate #N/A on that particular missing
record ONLY or can we use other formula to do that. Really appreciate
your help :)

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
John Michl
 
Posts: n/a
Default A question about VLOOKUP / any other helpful formula

If I understand correctly, you could use an IF formula. The following
displays "Found It" if the lookup value is found. In your case, remove
"Found It" and so that just the "" remain and the formula will return
#N/A when the value is not found.

=IF(VLOOKUP(A1,$B$1:$B$3,1,FALSE)<"#N/A","Found It")

- John Michl

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default A question about VLOOKUP / any other helpful formula

Thanks a lot i really appreciate your prompt reply, but i am still
getting the same result, i mean when:
(A) (B)
1) Sami 1,0000 Sami 1,0000 Found it
2) John 2,000 Sara 1,000 #N/A
3) George 200 John 2,000 #N/A
4) Seven 300 George 200 #N/A

Becuase Sara is missing in colume (A) that result #N/A from Row 2 and
after, that is exactly my case when i work on 2000 rows, when a record
is missing on colume (A) it will affect our formula.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default A question about VLOOKUP / any other helpful formula

I apologize John, it works perfect %100 but i just changed the order of
selection
Instead of =IF(VLOOKUP(A1,$B$1:$B$3,1,FALSE)<"#N/A","Found It")
^^^^^^^^^^^^^^^^


I used =IF(VLOOKUP(B1,$A$1:$A$3,1,FALSE)<"#N/A","Found It")
^^^^^^^^^^^^^^^^^

Thanks again for your kind 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
Formula Question TimT Excel Discussion (Misc queries) 2 January 3rd 06 09:42 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
vlookup on a cell with a formula Minos Excel Worksheet Functions 3 November 21st 05 06:05 PM
How do I set up vlookup formula. Julie Excel Worksheet Functions 1 October 21st 05 05:31 AM
VLOOKUP question KG Excel Discussion (Misc queries) 9 May 21st 05 07:12 PM


All times are GMT +1. The time now is 04:24 AM.

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

About Us

"It's about Microsoft Excel"