#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default excel formulas

I need some assistant in writing a formula that will match to columns"B" &"E"
and give me the data from another column "F". (this data coming from two
different databases and they are not linked in a dos system we use)

if "b"&"e"(match or equals)put oper name in "D"

A B C D
E F
DATE DEPART# COST OF ISSUE OPER NUM
OPER NAME
05/11/08 000025 -10.59 000000
adj to invtry
05/05/08 000000 2.50 000000
adj to invtry
05/09/08 000001 50.99 000025
cut-up s/o

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default excel formulas

Indicatively, try something like this in C2, array-entered (press
CTRLS+SHIFT+ENTER to confirm the formula):
=index(x!F2:F100,match(1,(x!B2:B100=A2)*(x!E2:E100 =B2),0))
where A2, B2 contains the lookup values corresponding to cols B and E in
sheet: x, and x's col F is the desired return col.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Lbruce" wrote:
I need some assistant in writing a formula that will match to columns"B" &"E"
and give me the data from another column "F". (this data coming from two
different databases and they are not linked in a dos system we use)

if "b"&"e"(match or equals)put oper name in "D"

A B C D
E F
DATE DEPART# COST OF ISSUE OPER NUM
OPER NAME
05/11/08 000025 -10.59 000000
adj to invtry
05/05/08 000000 2.50 000000
adj to invtry
05/09/08 000001 50.99 000025
cut-up s/o

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
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP Sherberg Excel Worksheet Functions 4 September 11th 07 01:34 AM
Copying formulas from Excel 2003 to Excel 2007 [email protected] Excel Discussion (Misc queries) 4 August 9th 07 06:06 PM
Formulas not evaluated, Formulas treated as strings Bob Sullentrup Excel Discussion (Misc queries) 0 November 27th 06 08:01 PM
If then formulas in excel? vtchiokim Excel Discussion (Misc queries) 2 December 13th 05 09:42 PM
Excel formulas Rolaxis Excel Worksheet Functions 1 July 28th 05 07:42 PM


All times are GMT +1. The time now is 05:36 AM.

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"