Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 96
Default vlookup failure & ctrl-f failure?

having some trouble understanding what is causing the following...

i have a report that we run monthly, each month the results of the report
are pasted in an excel spreadsheet that contains all the prior months
(appended each month so as to maintain a running total).

when i went to refresh the pivot table that summarizes the report data after
adding november data, values duplicated. i found that for whatever reason,
november's data was not being viewed the same as the months prior.

if i go into the raw data and do a control find for one of the november
values, it will only return values from november, even though there are
values in previous months that are the same.

i tried using the len function to see if there was a difference in character
length, but the result was 5 for all values.

text to columns did not work, nor did =left(a2,5)

however, left(a2,4) appeared to correct the issue.

any ideas on why a 4 in the left function would correct the problem as
opposed to 5 or text to columns?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default vlookup failure & ctrl-f failure?

Perhaps you have a non-breaking space character in position 5.
Highlight the data, then CTRL-H:

Find what: Alt-0160
Replace with: leave blank
Click Replace All

where Alt-0160 means hold the Alt key down while typing 0160 on the
numeric keypad.

Hope this helps.

Pete

On Dec 22, 4:01*pm, joemeshuggah
wrote:
having some trouble understanding what is causing the following...

i have a report that we run monthly, each month the results of the report
are pasted in an excel spreadsheet that contains all the prior months
(appended each month so as to maintain a running total).

when i went to refresh the pivot table that summarizes the report data after
adding november data, values duplicated. *i found that for whatever reason,
november's data was not being viewed the same as the months prior.

if i go into the raw data and do a control find for one of the november
values, it will only return values from november, even though there are
values in previous months that are the same. *

i tried using the len function to see if there was a difference in character
length, but the result was 5 for all values.

text to columns did not work, nor did =left(a2,5)

however, left(a2,4) appeared to correct the issue.

any ideas on why a 4 in the left function would correct the problem as
opposed to 5 or text to columns?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default vlookup failure & ctrl-f failure?

Sounds like, somehow, the 5th character is not matching. Could you do a
direct copy of what you have to make your problem clearer?

If its not an exact match that explains why VLOOKUP and FIND are failing.
One other idea is that with dates, possibly there's some different times
(like 1pm vs 2pm) associated with it, or if you're not displaying years,
those could be different.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"joemeshuggah" wrote:

having some trouble understanding what is causing the following...

i have a report that we run monthly, each month the results of the report
are pasted in an excel spreadsheet that contains all the prior months
(appended each month so as to maintain a running total).

when i went to refresh the pivot table that summarizes the report data after
adding november data, values duplicated. i found that for whatever reason,
november's data was not being viewed the same as the months prior.

if i go into the raw data and do a control find for one of the november
values, it will only return values from november, even though there are
values in previous months that are the same.

i tried using the len function to see if there was a difference in character
length, but the result was 5 for all values.

text to columns did not work, nor did =left(a2,5)

however, left(a2,4) appeared to correct the issue.

any ideas on why a 4 in the left function would correct the problem as
opposed to 5 or text to columns?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 96
Default vlookup failure & ctrl-f failure?

looks like that did the trick...much appreciated! where can i find more info
on character types as such? is there a way to pull up a list of character /
character types in excel?

Thanks!!!

"Pete_UK" wrote:

Perhaps you have a non-breaking space character in position 5.
Highlight the data, then CTRL-H:

Find what: Alt-0160
Replace with: leave blank
Click Replace All

where Alt-0160 means hold the Alt key down while typing 0160 on the
numeric keypad.

Hope this helps.

Pete

On Dec 22, 4:01 pm, joemeshuggah
wrote:
having some trouble understanding what is causing the following...

i have a report that we run monthly, each month the results of the report
are pasted in an excel spreadsheet that contains all the prior months
(appended each month so as to maintain a running total).

when i went to refresh the pivot table that summarizes the report data after
adding november data, values duplicated. i found that for whatever reason,
november's data was not being viewed the same as the months prior.

if i go into the raw data and do a control find for one of the november
values, it will only return values from november, even though there are
values in previous months that are the same.

i tried using the len function to see if there was a difference in character
length, but the result was 5 for all values.

text to columns did not work, nor did =left(a2,5)

however, left(a2,4) appeared to correct the issue.

any ideas on why a 4 in the left function would correct the problem as
opposed to 5 or text to columns?



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default vlookup failure & ctrl-f failure?

You're welcome.

You can put this formula in A1:

=CHAR(ROW())

then copy it down to row 255, and then you can see the characters that
Excel uses in that font. However, if you change to a symbol font like
Wingdings then they will appear differently.

Hope this helps.

Pete

On Dec 22, 4:39*pm, joemeshuggah
wrote:
looks like that did the trick...much appreciated! *where can i find more info
on character types as such? *is there a way to pull up a list of character /
character types in excel?

Thanks!!!



"Pete_UK" wrote:
Perhaps you have a non-breaking space character in position 5.
Highlight the data, then CTRL-H:


Find what: * * * Alt-0160
Replace with: *leave blank
Click Replace All


where Alt-0160 means hold the Alt key down while typing 0160 on the
numeric keypad.


Hope this helps.


Pete


On Dec 22, 4:01 pm, joemeshuggah
wrote:
having some trouble understanding what is causing the following...


i have a report that we run monthly, each month the results of the report
are pasted in an excel spreadsheet that contains all the prior months
(appended each month so as to maintain a running total).


when i went to refresh the pivot table that summarizes the report data after
adding november data, values duplicated. *i found that for whatever reason,
november's data was not being viewed the same as the months prior.


if i go into the raw data and do a control find for one of the november
values, it will only return values from november, even though there are
values in previous months that are the same. *


i tried using the len function to see if there was a difference in character
length, but the result was 5 for all values.


text to columns did not work, nor did =left(a2,5)


however, left(a2,4) appeared to correct the issue.


any ideas on why a 4 in the left function would correct the problem as
opposed to 5 or text to columns?- Hide quoted text -


- Show quoted text -


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
Failure rate Frank[_9_] New Users to Excel 1 April 30th 08 04:50 PM
Ctrl+Home failure when sheet protected Drew[_2_] Excel Discussion (Misc queries) 1 March 19th 08 06:18 AM
sumproduct failure? Herman56 Excel Discussion (Misc queries) 4 March 30th 06 04:21 PM
AutoFilter Failure Narlyb Excel Worksheet Functions 1 December 28th 05 05:53 PM
Calculation Failure ESAEO Excel Discussion (Misc queries) 1 March 11th 05 12:00 AM


All times are GMT +1. The time now is 10:59 PM.

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"