Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Copy a value from one sheet if two cells match

Good Day, I am new to macros and have a bit of knowledge on excel. I woul
like to copy a Value from a cell if two fileds on different sheets math.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 247
Default Copy a value from one sheet if two cells match

you dont ned a macro.You could have an if statement
=if(sheet1!A1=sheet2!a1,c5,"")
this says.if cell a1 on sheet1 equals cell a1 on sheet2 then show me the
value from cell c5(on whatever sheet you want to be on) otherwise be blank.
--
paul

remove nospam for email addy!



"Fuzzbucket" wrote:

Good Day, I am new to macros and have a bit of knowledge on excel. I woul
like to copy a Value from a cell if two fileds on different sheets math.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Copy a value from one sheet if two cells match

Thanks paul, I think i miss-explained myself if there is such a word. The
data on sheet two won't alaways be the same cell. So i need to look at a
column, then where a match is found return c5

"paul" wrote:

you dont ned a macro.You could have an if statement
=if(sheet1!A1=sheet2!a1,c5,"")
this says.if cell a1 on sheet1 equals cell a1 on sheet2 then show me the
value from cell c5(on whatever sheet you want to be on) otherwise be blank.
--
paul

remove nospam for email addy!



"Fuzzbucket" wrote:

Good Day, I am new to macros and have a bit of knowledge on excel. I woul
like to copy a Value from a cell if two fileds on different sheets math.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Copy a value from one sheet if two cells match


I need to do something like this as well, have you ever figured out how?

"Fuzzbucket" wrote:

Thanks paul, I think i miss-explained myself if there is such a word. The
data on sheet two won't alaways be the same cell. So i need to look at a
column, then where a match is found return c5

"paul" wrote:

you dont ned a macro.You could have an if statement
=if(sheet1!A1=sheet2!a1,c5,"")
this says.if cell a1 on sheet1 equals cell a1 on sheet2 then show me the
value from cell c5(on whatever sheet you want to be on) otherwise be blank.
--
paul

remove nospam for email addy!



"Fuzzbucket" wrote:

Good Day, I am new to macros and have a bit of knowledge on excel. I woul
like to copy a Value from a cell if two fileds on different sheets math.

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
Excel: copy and paste only shown not hidden cells into new sheet MU Excel Discussion (Misc queries) 1 February 6th 06 11:31 PM
checking that cells have a value before the workbook will close kcdonaldson Excel Worksheet Functions 8 December 5th 05 05:57 PM
Copy an additional row based on another sheet Mindie Excel Discussion (Misc queries) 5 October 19th 05 03:47 AM
Match function...random search? Les Excel Worksheet Functions 10 July 28th 05 12:54 PM
Copy sheet 1 data to sheet 2 cells. Tom Doggett Excel Worksheet Functions 1 July 20th 05 12:49 AM


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