Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Matching records in diff columns


I have three worksheets,

1. Stock Produced
2. Stock in Port
3. Stock Shipped.

All the stocks which we hold are in teh Sheet Stock Produced.

can i have a formula in excel, whereby as soon as i enter the PartID in
"Stock in Port" sheet, a column in teh Stock Sheet says, Stock in Port.
And Once i enter the PartID in Shipped Sheet, the column reads "stock
Shipped" and the PartID disappears from "Stock in Port" sheet.


--
Newtonboy
------------------------------------------------------------------------
Newtonboy's Profile: http://www.excelforum.com/member.php...o&userid=29582
View this thread: http://www.excelforum.com/showthread...hreadid=560983

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Matching records in diff columns

In an adjacent column in the Produced sheet, add

=IF(NOT(ISNA(MATCH(A2,'Stock In Port'!A:A,0))),"Stock In
Part",IF(NOT(ISNA(MATCH(A2,'Stock Shipped'!A:A,0))),"Stock Shipped",""))

and copy down.

Then if in the Stock In Port sheet, add conditional formatting. Select
column A, goto CF, change Condition 1 to Formula Is and add the formula
=NOT(ISNA(MATCH(A1,'Stock Shipped'!A:A,0))) and select the Font tab and
choose a font colour of white, then exit.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Newtonboy" wrote
in message ...

I have three worksheets,

1. Stock Produced
2. Stock in Port
3. Stock Shipped.

All the stocks which we hold are in teh Sheet Stock Produced.

can i have a formula in excel, whereby as soon as i enter the PartID in
"Stock in Port" sheet, a column in teh Stock Sheet says, Stock in Port.
And Once i enter the PartID in Shipped Sheet, the column reads "stock
Shipped" and the PartID disappears from "Stock in Port" sheet.


--
Newtonboy
------------------------------------------------------------------------
Newtonboy's Profile:

http://www.excelforum.com/member.php...o&userid=29582
View this thread: http://www.excelforum.com/showthread...hreadid=560983



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Matching records in diff columns


Thanx for the response, But excel is coming up with with an error
message saying something is missing in the formula, when i am doing
conditional formatting.

Pls Help


--
Newtonboy
------------------------------------------------------------------------
Newtonboy's Profile: http://www.excelforum.com/member.php...o&userid=29582
View this thread: http://www.excelforum.com/showthread...hreadid=560983

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
Copy all records matching "Text" criteria to new worksheet StephenS Excel Worksheet Functions 3 May 15th 06 07:46 AM
Matching two columns and their data [email protected] Excel Worksheet Functions 2 March 6th 06 08:17 PM
Matching Data in Columns ebraun01 Excel Worksheet Functions 7 January 14th 06 02:35 AM
Deleting specific records [email protected] Excel Discussion (Misc queries) 6 June 22nd 05 11:35 PM
Matching data in multiple columns BuddyB Excel Discussion (Misc queries) 1 February 27th 05 08:05 PM


All times are GMT +1. The time now is 08:42 AM.

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"