Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Changing 1 word to another word on a different page

I have a work sheet that if an answer in a cell on page 2 is "Yes" or "No",
I need it to display the opposite in a cell on page 1
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 52
Default Changing 1 word to another word on a different page

In a1 in sheet1 put
=IF(Sheet2!A1="yes","no","")
--
Russell Dawson
Excel student


"Circuitman57" wrote:

I have a work sheet that if an answer in a cell on page 2 is "Yes" or "No",
I need it to display the opposite in a cell on page 1

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 52
Default Changing 1 word to another word on a different page

Missed a bit
=IF(Sheet2!A1="yes","no",IF(Sheet2!A1="no","yes"," "))
--
Russell Dawson
Excel student


"Circuitman57" wrote:

I have a work sheet that if an answer in a cell on page 2 is "Yes" or "No",
I need it to display the opposite in a cell on page 1

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Changing 1 word to another word on a different page

Thanks Russell

"Russell Dawson" wrote:

Missed a bit
=IF(Sheet2!A1="yes","no",IF(Sheet2!A1="no","yes"," "))
--
Russell Dawson
Excel student


"Circuitman57" wrote:

I have a work sheet that if an answer in a cell on page 2 is "Yes" or "No",
I need it to display the opposite in a cell on page 1

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
PROBLEM:How to squeeze 2 Page sized Chart in Excel 2000 & embed in Word 2000 and print from Word to fit one page ??? [email protected] Excel Discussion (Misc queries) 2 September 10th 08 11:07 AM
PROBLEM:How to squeeze 2 Page sized Chart in Excel 2000 & embed in Word 2000 and print from Word to fit one page ??? [email protected] New Users to Excel 2 September 10th 08 11:07 AM
Changing word case in Excel doc Brent Excel Discussion (Misc queries) 2 July 8th 05 09:03 PM
changing values in a Word Table Simon New Users to Excel 0 June 29th 05 10:28 AM
Changing the Color of a Word in Formula Rebecca Cribb via OfficeKB.com Excel Worksheet Functions 4 January 27th 05 05:03 PM


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