Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 24
Default Conditional Formulas across worksheets

I have a workbook containing a number of sheets.

In sheet 2 I want a conditional formula which says if cell J7 in sheet 1 is
0, then return the contents of cell A7 in sheet 1, otherwise return 0.


Is this possible? Help gratefully received.

Many thanks

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Conditional Formulas across worksheets

Try:-

=IF(Sheet1!J70,Sheet1!A7,0)

Mike

"Skibee" wrote:

I have a workbook containing a number of sheets.

In sheet 2 I want a conditional formula which says if cell J7 in sheet 1 is
0, then return the contents of cell A7 in sheet 1, otherwise return 0.


Is this possible? Help gratefully received.

Many thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Conditional Formulas across worksheets

=IF(Sheet1!J70,Sheet1!A7,0)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Skibee" wrote in message
...
I have a workbook containing a number of sheets.

In sheet 2 I want a conditional formula which says if cell J7 in sheet 1
is
0, then return the contents of cell A7 in sheet 1, otherwise return 0.


Is this possible? Help gratefully received.

Many thanks



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 24
Default Conditional Formulas across worksheets

Thanks for your help and time

"Mike H" wrote:

Try:-

=IF(Sheet1!J70,Sheet1!A7,0)

Mike

"Skibee" wrote:

I have a workbook containing a number of sheets.

In sheet 2 I want a conditional formula which says if cell J7 in sheet 1 is
0, then return the contents of cell A7 in sheet 1, otherwise return 0.


Is this possible? Help gratefully received.

Many thanks

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 24
Default Conditional Formulas across worksheets

Thank you for your help and time. Appreciated.

"Bob Phillips" wrote:

=IF(Sheet1!J70,Sheet1!A7,0)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Skibee" wrote in message
...
I have a workbook containing a number of sheets.

In sheet 2 I want a conditional formula which says if cell J7 in sheet 1
is
0, then return the contents of cell A7 in sheet 1, otherwise return 0.


Is this possible? Help gratefully received.

Many thanks




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
formulas and worksheets Babsfarley Excel Discussion (Misc queries) 1 May 23rd 06 03:27 AM
Formulas in Worksheets MusicMan Excel Discussion (Misc queries) 1 November 15th 05 10:34 PM
Formulas across worksheets are not updating surg4u1975 Excel Discussion (Misc queries) 9 November 11th 05 03:26 AM
Using formulas betweek worksheets stricktd Excel Discussion (Misc queries) 4 November 7th 05 07:56 PM
Conditional formulas between multiple worksheets Nathan Excel Worksheet Functions 1 August 5th 05 08:41 PM


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