PC Review


Reply
Thread Tools Rate Thread

Compare data

 
 
tran1728
Guest
Posts: n/a
 
      4th Jan 2010
Dear All, please help me, it is very important for me.
i must input the data every day and check the status. i use Excel,

(I input data) (info from computer central)
Colum A Colum F Colum G ColumH
x125s x582b Pickced 11h00am
x582b x596v Out 11h25am
x125s In 09h40am ..etc

If Colum A had found the info from Colum F, the display the status" Pickced,
In or Out" and time

exemple in Colum B display
x125s In 09h40am
x582b Pickced 11h00am

Thank you so much.






----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...lic.excel.misc
 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      4th Jan 2010
You can use =vlookup()

in B1:
=vlookup(a1,F:g,2,false)
and in C1:
=vlookup(a1,F:g,3,false)

If there is no match, you'll see an error. You can hide the errors by modifying
your formula:
=if(isna(vlookup(a1,F:h,2,false)),"Missing",vlookup(a1,F:h,2,false))

If you're using xl2007 or higher:
=iferror(vlookup(a1,F:h,2,false),"missing")

Debra Dalgleish has lots of notes:
http://www.contextures.com/xlFunctions02.html (for =vlookup())
and
http://contextures.com/xlFunctions02.html#Trouble




tran1728 wrote:
>
> Dear All, please help me, it is very important for me.
> i must input the data every day and check the status. i use Excel,
>
> (I input data) (info from computer central)
> Colum A Colum F Colum G ColumH
> x125s x582b Pickced 11h00am
> x582b x596v Out 11h25am
> x125s In 09h40am ..etc
>
> If Colum A had found the info from Colum F, the display the status" Pickced,
> In or Out" and time
>
> exemple in Colum B display
> x125s In 09h40am
> x582b Pickced 11h00am
>
> Thank you so much.
>
> ----------------
> This post is a suggestion for Microsoft, and Microsoft responds to the
> suggestions with the most votes. To vote for this suggestion, click the "I
> Agree" button in the message pane. If you do not see the button, follow this
> link to open the suggestion in the Microsoft Web-based Newsreader and then
> click "I Agree" in the message pane.
>
> http://www.microsoft.com/office/comm...lic.excel.misc


--

Dave Peterson
 
Reply With Quote
 
tran1728
Guest
Posts: n/a
 
      5th Jan 2010
Dear Dave Peterdon,
Thanks you so much.


"tran1728" wrote:

> Dear All, please help me, it is very important for me.
> i must input the data every day and check the status. i use Excel,
>
> (I input data) (info from computer central)
> Colum A Colum F Colum G ColumH
> x125s x582b Pickced 11h00am
> x582b x596v Out 11h25am
> x125s In 09h40am ..etc
>
> If Colum A had found the info from Colum F, the display the status" Pickced,
> In or Out" and time
>
> exemple in Colum B display
> x125s In 09h40am
> x582b Pickced 11h00am
>
> Thank you so much.
>
>
>
>
>
>
> ----------------
> This post is a suggestion for Microsoft, and Microsoft responds to the
> suggestions with the most votes. To vote for this suggestion, click the "I
> Agree" button in the message pane. If you do not see the button, follow this
> link to open the suggestion in the Microsoft Web-based Newsreader and then
> click "I Agree" in the message pane.
>
> http://www.microsoft.com/office/comm...lic.excel.misc

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help using VBA to compare data in Excel columns, then manipulating data Sam Hill Microsoft Excel Programming 0 8th May 2006 05:55 PM
how to compare a list of data that is same as the main data sheet =?Utf-8?B?TnhhbQ==?= Microsoft Excel New Users 1 2nd Feb 2006 04:17 PM
Compare data from tables one has letters added to data msnews.microsoft.com Microsoft Access Queries 1 10th Nov 2004 11:58 PM
compare data from one column with another and compare result to yet another Matt Williamson Microsoft Excel Programming 1 25th Sep 2003 08:54 PM
compare data from one column with another and compare result to yet another Matt Williamson Microsoft Excel Worksheet Functions 1 25th Sep 2003 08:54 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:35 PM.