Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Complex Formula Help Required

I have a workbook containing 28 worksheets - these sheets are all linked in
some manner. I need to be able to take from "Worksheet A" - 2 different
criteria from 2 different columns in that Worksheet and then reference
another linked wooksheet "Worksheet B". I need to take the criteria from
"WSA" have it look at "WSB" in two different columns on that worksheet and
see that those criteria match. Then pull info from column 3 o WSB if column
1 & 2 match on both WSA & WSB and place that info from column 3 back onto WSA
in a specific column. HELP!!!!
--
Laura
--
Laura
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Complex Formula Help Required

Hi,

How about this. It takes the values in g1 & h1 on the active sheet and
looks for those values in columns A & B of WSB (another sheet) and if it
finds them returns column C. Did I understand correctly?

=INDEX(WSB!C1:C20,MATCH(1,(WSB!A1:A20=G1)*(WSB!B1: B20=H1),0))

This is an array formula which must be entered with CTRL+Shift+Enter and NOT
'just enter. If you do it correctly then Excel will put curly brackets around
'the formula{}. You can't type these yourself. If you Edit the ranges
'then you must re-enter as An array


Mike

"Laura Wild" wrote:

I have a workbook containing 28 worksheets - these sheets are all linked in
some manner. I need to be able to take from "Worksheet A" - 2 different
criteria from 2 different columns in that Worksheet and then reference
another linked wooksheet "Worksheet B". I need to take the criteria from
"WSA" have it look at "WSB" in two different columns on that worksheet and
see that those criteria match. Then pull info from column 3 o WSB if column
1 & 2 match on both WSA & WSB and place that info from column 3 back onto WSA
in a specific column. HELP!!!!
--
Laura
--
Laura

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
Formula required Dimitri Excel Discussion (Misc queries) 2 June 27th 08 09:35 AM
Help with a formula required please Dave Excel Discussion (Misc queries) 3 November 2nd 07 12:07 PM
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible blue[_2_] Excel Discussion (Misc queries) 2 July 11th 07 06:08 PM
Formula Help Required DJuan Excel Discussion (Misc queries) 4 January 22nd 07 06:02 PM
Help required for formula recklaw Excel Discussion (Misc queries) 2 March 15th 06 11:11 AM


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