A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

formulas between worksheets



 
 
Thread Tools Display Modes
  #1  
Old March 27th, 2008, 12:05 PM posted to microsoft.public.excel.newusers
Ollie
external usenet poster
 
Posts: 40
Default formulas between worksheets

could any body tell me if it is possible to create a formula that allows you
for example to input a number in worksheet 1 and for that number to
automatically appear in worksheet 2?
  #2  
Old March 27th, 2008, 12:13 PM posted to microsoft.public.excel.newusers
Mike H
external usenet poster
 
Posts: 8,419
Default formulas between worksheets

This formula on any sheet would make the cell equal to Sheet 1 A1

=Sheet1!A1

Mike

"ollie" wrote:

could any body tell me if it is possible to create a formula that allows you
for example to input a number in worksheet 1 and for that number to
automatically appear in worksheet 2?

  #3  
Old March 27th, 2008, 12:27 PM posted to microsoft.public.excel.newusers
Ollie
external usenet poster
 
Posts: 40
Default formulas between worksheets

thankyou so much

This formula on any sheet would make the cell equal to Sheet 1 A1

=Sheet1!A1

Mike

"ollie" wrote:

could any body tell me if it is possible to create a formula that allows you
for example to input a number in worksheet 1 and for that number to
automatically appear in worksheet 2?

  #4  
Old March 27th, 2008, 10:38 PM posted to microsoft.public.excel.newusers
Gord Dibben
external usenet poster
 
Posts: 20,252
Default formulas between worksheets

If Sheet1 A1 is blank, the formula will return a 0

To trap for that..........=IF(Sheet1!A1="","",Sheet1!A1)


Gord Dibben MS Excel MVP

On Thu, 27 Mar 2008 05:27:00 -0700, ollie
wrote:

thankyou so much

This formula on any sheet would make the cell equal to Sheet 1 A1

=Sheet1!A1

Mike

"ollie" wrote:

could any body tell me if it is possible to create a formula that allows you
for example to input a number in worksheet 1 and for that number to
automatically appear in worksheet 2?


  #5  
Old September 14th, 2009, 05:33 PM posted to microsoft.public.excel.newusers
Pat
external usenet poster
 
Posts: 677
Default formulas between worksheets

Ok I have a problem. I have this formula which I need to look in another
column AF for the date and calculate by date. I have the following for the
year to date or
=COUNTIF(Projects!N:N,"REJECTED")+COUNTIF(AR!N:N," REJECTED")+COUNTIF(Legal!N:N,"REJECTED")

Can anyone assist?

"Mike H" wrote:

This formula on any sheet would make the cell equal to Sheet 1 A1

=Sheet1!A1

Mike

"ollie" wrote:

could any body tell me if it is possible to create a formula that allows you
for example to input a number in worksheet 1 and for that number to
automatically appear in worksheet 2?

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


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


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.