Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 328
Default Funtion between worksheets

I am now trying to do this basic function.

If C5 from worksheet 3 is this, than C4 from the same worksheet is this.
and put this info into worksheet 1 two different cells.

Help!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,814
Default Funtion between worksheets

Try this in the this first workbook

=IF([Book3]Sheet1!$C$5=100,[Book3]Sheet1!$C$4)



"Lisa" wrote:

I am now trying to do this basic function.

If C5 from worksheet 3 is this, than C4 from the same worksheet is this.
and put this info into worksheet 1 two different cells.

Help!!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default Funtion between worksheets

On Sheet 3 C4 enter the following formula where X represents the value to
test for in C5 and Y is the value to be returned if the test is True:

=If(C5=X,Y)

If C5 doesn't equal X cell C4 will be left empty. You could carry it one
step further to have C4 display something else (Z) if C5 doesn't equal X
(the test is False):

=If(C5=X,Y,Z)

In each of the cells on Sheet 1 where you want the Sheet3!C4 value to
appear, do the following:

Select the cell, type =, then click the tab for Sheet3 & select cell C4,
press Enter. The result will be:

=Sheet3!C4

which you could type if you prefer rather than using the mouse.
--
HTH |:)
Bob Jones
[MVP] Office:Mac

"Lisa" wrote in message
...
I am now trying to do this basic function.

If C5 from worksheet 3 is this, than C4 from the same worksheet is this.
and put this info into worksheet 1 two different cells.

Help!!



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 Worksheets from one Workbook to Another halem2 Excel Worksheet Functions 3 March 25th 06 06:04 AM
Adding same cells across multiple worksheets LACA Excel Worksheet Functions 2 January 19th 06 03:21 PM
Changing a Link Mid-way Across Worksheets Frosty Excel Worksheet Functions 0 August 25th 05 12:03 AM
Merge Worksheets Mark Jackson Excel Discussion (Misc queries) 1 June 9th 05 10:39 AM
HELP! How do you--> Lock a set of rows but also link worksheets to FRUSTRATED Excel Discussion (Misc queries) 6 December 29th 04 10:05 PM


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

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"