#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jor
 
Posts: n/a
Default Formula

I got two tabs each with an table. Now I want to use an formula which does
the following thing: It should check if the first three cells from the first
table are the same as in the second table, if they are the same then it
should give the outcome from another cell. Could somebody help me?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Barb Reinhardt
 
Posts: n/a
Default Formula

I'll do the best I can given the limited information given.

Let's say you want to compare
Sheet1!B3 to Sheet2!B3
Sheet1!B4 to Sheet2!B4
Sheet1!B5 to Sheet2!B5

and if they all match, you want the value from Sheet3!A1

=IF(AND(Sheet1!B3=Sheet2!B3,Sheet1!B4=Sheet2!B4,Sh eet1!B5=Sheet2!B5),Sheet3!A1,"NO MATCH")

HTH,
Barb Reinhardt

"Jor" wrote:

I got two tabs each with an table. Now I want to use an formula which does
the following thing: It should check if the first three cells from the first
table are the same as in the second table, if they are the same then it
should give the outcome from another cell. Could somebody help me?

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
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 02:47 AM.

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"