Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default HLookup/Needing Formula Question

Sheet 1
A B C D
1 Location Item Qty. Lot#
2 001a Apples 23 5998
3 002a Oranges 41 6335
4 003a Lemons 27 1448
5 004a Grapes 10 2889

Sheet 2
A B C
1 Location Item Qty. Lot#
2 002a Oranges 41 6335



I am trying to figure out a formula that will find data in a row and give back the word, "True" if all data is in that row in Sheet 2 from Sheet1. Can anyone help?

Above is just an example. With this example, let's assume that I am trying to find the info in Sheet 2 row 1.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 99
Default HLookup/Needing Formula Question

hi Munster,

the formula is an array formula to insert with CTRL+Shift+Enter

=IF(ISERROR(MATCH(A2&B2&C2&D2,Sheet1!A:A&Sheet1!B: B&Sheet1!C:C&Sheet1!D:D,0)),FALSE,TRUE)

isabelle

Le 2016-06-20 Ã* 20:09, Munster a écrit :
Sheet 1 A B C D 1 Location
Item Qty. Lot# 2 001a Apples 23 5998 3 002a
Oranges 41 6335 4 003a Lemons 27 1448 5 004a
Grapes 10 2889

Sheet 2 A B C 1 Location Item Qty. Lot# 2
002a Oranges 41 6335



I am trying to figure out a formula that will find data in a row and give
back the word, "True" if all data is in that row in Sheet 2 from Sheet1. Can
anyone help?

Above is just an example. With this example, let's assume that I am trying
to find the info in Sheet 2 row 1.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 99
Default HLookup/Needing Formula Question

or else maybe,
=IF(ISERROR(MATCH(A2&B2&C2&D2,Sheet1!A:A&Sheet1!B: B&Sheet1!C:C&Sheet1!D:D,0)),"",TRUE)

Le 2016-06-20 Ã* 22:48, isabelle a écrit :
hi Munster,

the formula is an array formula to insert with CTRL+Shift+Enter

=IF(ISERROR(MATCH(A2&B2&C2&D2,Sheet1!A:A&Sheet1!B: B&Sheet1!C:C&Sheet1!D:D,0)),FALSE,TRUE)


isabelle

Le 2016-06-20 Ã* 20:09, Munster a écrit :
Sheet 1 A B C D 1 Location
Item Qty. Lot# 2 001a Apples 23 5998 3 002a
Oranges 41 6335 4 003a Lemons 27 1448 5 004a
Grapes 10 2889

Sheet 2 A B C 1 Location Item Qty. Lot# 2
002a Oranges 41 6335



I am trying to figure out a formula that will find data in a row and give
back the word, "True" if all data is in that row in Sheet 2 from Sheet1. Can
anyone help?

Above is just an example. With this example, let's assume that I am trying
to find the info in Sheet 2 row 1.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,872
Default HLookup/Needing Formula Question

Hi,

Am Mon, 20 Jun 2016 17:09:47 -0700 (PDT) schrieb Munster:

Sheet 1
A B C D
1 Location Item Qty. Lot#
2 001a Apples 23 5998
3 002a Oranges 41 6335
4 003a Lemons 27 1448
5 004a Grapes 10 2889

Sheet 2
A B C
1 Location Item Qty. Lot#
2 002a Oranges 41 6335


another suggestion:
=ISNUMBER(MATCH(A2&B2&C2&D2,Sheet1!$A$1:$A$100&She et1!$B$1:$B$100&Sheet1!$C$1:$C$100&Sheet1!$D$1:$D$ 100,0))
and insert the array formula with CTRL+Shift+Enter

In the new Excel versions you can also use (without array):
=COUNTIFS(Sheet1!A:A,A2,Sheet1!B:B,B2,Sheet1!C:C,C 2,Sheet1!D:D,D2)0


Regards
Claus B.
--
Windows10
Office 2016
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
Needing to know what formula to use Chrissy Excel Worksheet Functions 1 October 7th 09 03:35 AM
Help, I posted a question on the 18th and am still needing a solut LuvMyTennis Excel Programming 2 December 20th 08 07:28 PM
needing a formula i think? Mirida New Users to Excel 7 December 5th 08 12:35 AM
Needing a formula jjwho Excel Discussion (Misc queries) 1 January 15th 07 05:04 AM
NEEDING FORMULA Please laurie g Excel Worksheet Functions 3 September 12th 06 03:16 AM


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