Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Checking numbers across various sheets

Hi
Im trying to chk numbers if they match between sheets. I have 7
sheets in the workbook. Is there a way to put the statement below
from sheet1..sheet7?

This formula would be on sheet8 where the person would enter the
number again to confirm its correct!
=IF(NOT(Sheet1!$A1=Sheet1!$B1),"numbers do not match","")

Thanks
Mike
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Checking numbers across various sheets

Are your sheet names really Sheet1, Sheet2, Sheet3, etc?

You want to check and see if cell A1 = cell B1 on all 7 sheets?

=SUMPRODUCT(COUNTIF(INDIRECT("Sheet"&ROW(INDIRECT( "1:7"))&"!A1:B1"),n))=14

Where n = the number to count, or, use a cell to hold that number and
replace n with that cell reference.

Sheet8 A1 = 10

=SUMPRODUCT(COUNTIF(INDIRECT("Sheet"&ROW(INDIRECT( "1:7"))&"!A1:B1"),A1))=14

Biff

"Mike" wrote in message
...
Hi
Im trying to chk numbers if they match between sheets. I have 7
sheets in the workbook. Is there a way to put the statement below
from sheet1..sheet7?

This formula would be on sheet8 where the person would enter the
number again to confirm its correct!
=IF(NOT(Sheet1!$A1=Sheet1!$B1),"numbers do not match","")

Thanks
Mike



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Checking numbers across various sheets

P.S.

TRUE means all the numbers match. FALSE means all the numbers do not match.

Biff

"T. Valko" wrote in message
...
Are your sheet names really Sheet1, Sheet2, Sheet3, etc?

You want to check and see if cell A1 = cell B1 on all 7 sheets?

=SUMPRODUCT(COUNTIF(INDIRECT("Sheet"&ROW(INDIRECT( "1:7"))&"!A1:B1"),n))=14

Where n = the number to count, or, use a cell to hold that number and
replace n with that cell reference.

Sheet8 A1 = 10

=SUMPRODUCT(COUNTIF(INDIRECT("Sheet"&ROW(INDIRECT( "1:7"))&"!A1:B1"),A1))=14

Biff

"Mike" wrote in message
...
Hi
Im trying to chk numbers if they match between sheets. I have 7
sheets in the workbook. Is there a way to put the statement below
from sheet1..sheet7?

This formula would be on sheet8 where the person would enter the
number again to confirm its correct!
=IF(NOT(Sheet1!$A1=Sheet1!$B1),"numbers do not match","")

Thanks
Mike





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
Numbering Sheets incrementally (as in Invoice numbers) Steve New Users to Excel 1 December 13th 06 05:19 AM
Numbering Sheets incrementally (as in Invoice numbers) Steve Excel Worksheet Functions 1 December 13th 06 02:18 AM
Why are 1/2 my numbers imported as text and the rest as numbers? KBear Excel Discussion (Misc queries) 2 April 21st 06 01:40 PM
Checking crossword numbers shanjar Excel Discussion (Misc queries) 1 April 7th 06 10:11 PM
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? C-Man23 Excel Worksheet Functions 3 January 19th 06 09:52 AM


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