#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Data Ranges

I hope someone can help...

Here is what I'm trying to do:

In one cell place a number call it 1...

One the same worksheet in another cell I need a formula that will allow to
look at the above cell then match that value to another worksheet within the
same book.

Does this make sense?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 373
Default Data Ranges

Say you want to know whether cell A1 on Sheet1 is the same as cell A1 on
Sheet2. In another cell on Sheet1, enter this formula:
=IF(A1=Sheet2!A1,True,False)

Hope this helps, James

"naferrer" wrote in message
...
I hope someone can help...

Here is what I'm trying to do:

In one cell place a number call it 1...

One the same worksheet in another cell I need a formula that will allow to
look at the above cell then match that value to another worksheet within
the
same book.

Does this make sense?



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
data ranges greg Excel Programming 4 January 15th 07 06:01 PM
Copy data in named ranges to a newer version of the same template to identical ranges handstand Excel Programming 0 August 21st 06 03:51 PM
Data Ranges ChuckF Excel Worksheet Functions 1 March 27th 06 11:20 PM
IRR data in different ranges GaryF Excel Worksheet Functions 6 April 29th 05 10:54 PM
Data ranges Nick Excel Programming 0 February 4th 04 04:37 PM


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