Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ian Ian is offline
external usenet poster
 
Posts: 109
Default Using If formula within two worksheets

Is there a way of using the IF formula to print what is in another cell on a
second worksheet if the answer is correct.
ie- in B3 asking if A3 is = 1, print out what is in B3 within worksheet #2

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,346
Default Using If formula within two worksheets

Hi,

Functions return calculated results to cells, they can not cause changes to
the GUI nor issue commands. The can hide or display the value in a cell or
range you intend to print. In B3 of Sheet1 you could enter the formula

=IF(A3=1,Sheet2!B3,"")

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"Ian" wrote:

Is there a way of using the IF formula to print what is in another cell on a
second worksheet if the answer is correct.
ie- in B3 asking if A3 is = 1, print out what is in B3 within worksheet #2

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 516
Default Using If formula within two worksheets

Do you want to print or just display the value? I agree with Shane, you
can't print, but you can make the sheet display the value and then print
later on.
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Using If formula within two worksheets


Well, you can use following formula to print the content of cell B3 in
sheet2 to any cell in sheet1
=IF(<condition,Sheet2!B3,"")
if the specified condition in <condition tags is met then the content
of sheet2!B3 gets printed in the current cell in sheet1

Have a nice time


Chris
------
Convert your Excel spreadsheet into an online calculator.
http://www.spreadsheetconverter.com




--
Chris Bode
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
Sum worksheets - w/o updating formula for new worksheets which are Elgee Excel Worksheet Functions 4 August 15th 08 05:51 PM
Formula Help between 2 worksheets 2Fishie Excel Worksheet Functions 2 December 21st 07 10:00 PM
formula between worksheets copying formula of multiple worksheets Excel Worksheet Functions 3 April 26th 06 09:15 PM
Formula between two worksheets sheri Excel Worksheet Functions 1 July 16th 05 09:46 PM
formula in different worksheets Monty Excel Discussion (Misc queries) 4 December 30th 04 08:46 PM


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