Max
Thu Nov 10 00:56:31 CST 2005
One guess .. maybe something along these lines
In Sheet2, copy & paste in the formula bar for say, N1:
=INDEX(Sheet1!$N$1:$N$8000,
MATCH(1,($D$1:$D$8000=Sheet1!D1)*($H$1:$H$8000=Sheet1!H1),0))
Then array-enter the formula by pressing CTRL+SHIFT+ENTER
(instead of just pressing ENTER)
Entered correctly, Excel will insert curly braces { ... } around the entire
formula (Don't type-in the braces !)
Copy N1 down
Adapt to suit ..
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
"Mrbanner" <mrbanner@swiftdsl.com.au> wrote in message
news:1131571891.064697.145860@g47g2000cwa.googlegroups.com...
> Hi All,
> Just have a question
> i am running a report daily that will have many items on there the same
> on a daliy basis.
> to stop me from checking over orders twice i am wanting to import a new
> sheet into the spreadsheet paste the new data and then
> do a fuction or something that if sheet1 D2 and H2 = the same as one of
> my lines in the sheet2 (1-8000) it will display what is typed into
> Sheet 1 N
>