Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Linking IF formulas between 2 sheets

I want to link 2 workbooks together by saying something along the lines of ..

If Cell A3 in sheet one is the same as A3 in sheet 2 place the contents of
G3 in sheet one into X3 in Sheet 2

And want the formula to be able to use all the data in the A,G and X
columns (600+ cells)

Is this possible?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Linking IF formulas between 2 sheets

Ruth,

Try this in X3 on sheet 2

=IF(Sheet1!A3=Sheet2!A3,Sheet1!G3,"")

Drag down as required

Mike

"Ruth0276" wrote:

I want to link 2 workbooks together by saying something along the lines of ..

If Cell A3 in sheet one is the same as A3 in sheet 2 place the contents of
G3 in sheet one into X3 in Sheet 2

And want the formula to be able to use all the data in the A,G and X
columns (600+ cells)

Is this possible?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Linking IF formulas between 2 sheets

Thanks for that...it works for some of the cells, but in some cases the A's
on Sheet 1 aren't the same as the A's on Sheet 2 so it leaves a blank.

Is there anyway that if it isn't the same on both sheets it can search for
the same numbers in the rest of column A on sheet 1 or 2?

Sorry for all the questions

"Mike H" wrote:

Ruth,

Try this in X3 on sheet 2

=IF(Sheet1!A3=Sheet2!A3,Sheet1!G3,"")

Drag down as required

Mike

"Ruth0276" wrote:

I want to link 2 workbooks together by saying something along the lines of ..

If Cell A3 in sheet one is the same as A3 in sheet 2 place the contents of
G3 in sheet one into X3 in Sheet 2

And want the formula to be able to use all the data in the A,G and X
columns (600+ cells)

Is this possible?

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
Linking formulas in new sheets based on a template? Olle Svensson Excel Worksheet Functions 1 February 28th 06 08:43 AM
Need Help Linking Sheets tamato43 Excel Discussion (Misc queries) 0 August 25th 05 11:11 PM
Linking 2 sheets jharkins Excel Discussion (Misc queries) 1 July 27th 05 08:40 PM
Linking Sheets Jon1205 Excel Discussion (Misc queries) 1 July 15th 05 06:15 PM
Linking sheets Smith Excel Discussion (Misc queries) 1 March 17th 05 09:35 PM


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