Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Value errors in Match function

I recently exported two reports from Quickbooks Pro in CSV format. Text
strings in one report had surplus characters which I "removed" using text
functions. The resultant text using LEFT(no of characters) then matched text
strings in second report. The number of rows in the first report was about
twice those in second report. My aim was to obtain data in column 3 of the
second report by placing an Index and Match function in the first report
column 4. Whilst the first row worked, all subsequent rows produced the N#A
error. On evaluation the formula, the problem was no value in the array part
of the MATCH function. I suspect this might be something to do with CSV files
not being properly converted on opeing in Excel or that the computed text
string in report one cannot be used in a MATCH function yet the look up value
is correct. This is very frustrating as there are a lot of rows to deal with
(stock values)
Any help please....
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Value errors in Match function

Without access to the data it's difficult to identify the cause of your
problem.

And what exactly are the formulae giving the problem?



"Cuilmoss" wrote:

I recently exported two reports from Quickbooks Pro in CSV format. Text
strings in one report had surplus characters which I "removed" using text
functions. The resultant text using LEFT(no of characters) then matched text
strings in second report. The number of rows in the first report was about
twice those in second report. My aim was to obtain data in column 3 of the
second report by placing an Index and Match function in the first report
column 4. Whilst the first row worked, all subsequent rows produced the N#A
error. On evaluation the formula, the problem was no value in the array part
of the MATCH function. I suspect this might be something to do with CSV files
not being properly converted on opeing in Excel or that the computed text
string in report one cannot be used in a MATCH function yet the look up value
is correct. This is very frustrating as there are a lot of rows to deal with
(stock values)
Any help please....

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Value errors in Match function

Thanks for coming back. I attach an extract of my data. You will see that E11
computes the correct figure but for some reason all the remaining cells in
colE come up with #N/A yet E16 should be 46.

Cuilmoss

"Toppers" wrote:

Without access to the data it's difficult to identify the cause of your
problem.

And what exactly are the formulae giving the problem?



"Cuilmoss" wrote:

I recently exported two reports from Quickbooks Pro in CSV format. Text
strings in one report had surplus characters which I "removed" using text
functions. The resultant text using LEFT(no of characters) then matched text
strings in second report. The number of rows in the first report was about
twice those in second report. My aim was to obtain data in column 3 of the
second report by placing an Index and Match function in the first report
column 4. Whilst the first row worked, all subsequent rows produced the N#A
error. On evaluation the formula, the problem was no value in the array part
of the MATCH function. I suspect this might be something to do with CSV files
not being properly converted on opeing in Excel or that the computed text
string in report one cannot be used in a MATCH function yet the look up value
is correct. This is very frustrating as there are a lot of rows to deal with
(stock values)
Any help please....

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Value errors in Match function

Sorry didn't include attachment (Excel file). How can I do that?

Cuilmoss

"Toppers" wrote:

Without access to the data it's difficult to identify the cause of your
problem.

And what exactly are the formulae giving the problem?



"Cuilmoss" wrote:

I recently exported two reports from Quickbooks Pro in CSV format. Text
strings in one report had surplus characters which I "removed" using text
functions. The resultant text using LEFT(no of characters) then matched text
strings in second report. The number of rows in the first report was about
twice those in second report. My aim was to obtain data in column 3 of the
second report by placing an Index and Match function in the first report
column 4. Whilst the first row worked, all subsequent rows produced the N#A
error. On evaluation the formula, the problem was no value in the array part
of the MATCH function. I suspect this might be something to do with CSV files
not being properly converted on opeing in Excel or that the computed text
string in report one cannot be used in a MATCH function yet the look up value
is correct. This is very frustrating as there are a lot of rows to deal with
(stock values)
Any help please....

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Value errors in Match function

You can't add attachments here. Can you give a small sample in the posting
plus the formulae? (Also see reply from Ron)

"Cuilmoss" wrote:

Sorry didn't include attachment (Excel file). How can I do that?

Cuilmoss

"Toppers" wrote:

Without access to the data it's difficult to identify the cause of your
problem.

And what exactly are the formulae giving the problem?



"Cuilmoss" wrote:

I recently exported two reports from Quickbooks Pro in CSV format. Text
strings in one report had surplus characters which I "removed" using text
functions. The resultant text using LEFT(no of characters) then matched text
strings in second report. The number of rows in the first report was about
twice those in second report. My aim was to obtain data in column 3 of the
second report by placing an Index and Match function in the first report
column 4. Whilst the first row worked, all subsequent rows produced the N#A
error. On evaluation the formula, the problem was no value in the array part
of the MATCH function. I suspect this might be something to do with CSV files
not being properly converted on opeing in Excel or that the computed text
string in report one cannot be used in a MATCH function yet the look up value
is correct. This is very frustrating as there are a lot of rows to deal with
(stock values)
Any help please....



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,651
Default Value errors in Match function

On Thu, 14 Jun 2007 01:36:00 -0700, Cuilmoss
wrote:

I recently exported two reports from Quickbooks Pro in CSV format. Text
strings in one report had surplus characters which I "removed" using text
functions. The resultant text using LEFT(no of characters) then matched text
strings in second report. The number of rows in the first report was about
twice those in second report. My aim was to obtain data in column 3 of the
second report by placing an Index and Match function in the first report
column 4. Whilst the first row worked, all subsequent rows produced the N#A
error. On evaluation the formula, the problem was no value in the array part
of the MATCH function. I suspect this might be something to do with CSV files
not being properly converted on opeing in Excel or that the computed text
string in report one cannot be used in a MATCH function yet the look up value
is correct. This is very frustrating as there are a lot of rows to deal with
(stock values)
Any help please....


What you describe is certainly possible in Excel. Knowing neither the formula
that you are using (the one that gives the NA error) nor having examples of the
data make troubleshooting difficult.

Either your formula is incorrect (e.g. referring to the wrong range), or your
source and lookup values do not agree.

By the way, in your heading you indicate you are getting a "Value" error. In
the body you are indicating that you are getting an "NA" error. Which is it?

My brief discussion assumes the NA error.


--ron
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
index match array function-returning only first match, need last. Julie Olsen Excel Worksheet Functions 3 December 29th 06 12:50 AM
help with errors with Sum function hotelmasters Excel Discussion (Misc queries) 3 June 13th 06 10:37 PM
Errors using a new function terry_d Excel Discussion (Misc queries) 3 March 29th 06 04:51 PM
Match name, value & identify errors Kikkoman Excel Discussion (Misc queries) 6 November 3rd 05 09:32 AM
if function errors RON Excel Worksheet Functions 2 March 29th 05 06:01 PM


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