Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 447
Default Searching for data

I have a workbook with 2 spreadsheets I'd like to tie together. The first
sheet has several columns, one consisting of vendor names, and others with
amount of invoice, invoice #, etc. I'd like to be able to consolidate only
the rows that have an invoice amount inputted (along with other data, such as
vendor name and invoice number, etc.) onto the other sheet. I'd also like
the data to show up sorted in by vendor name on the second sheet.

Is this something that can possibly be done?

Please help! Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Searching for data

Here's one simple play which delivers the core functionality of
auto-extracting only the lines with invoice amounts over to another sheet ..

Illustrated in this sample construct:
http://www.savefile.com/files/1017890
Extract only rows with invoice amt.xls

Assume source data is in a sheet: x,
cols A to C, data from row2 down,
with key col = col C (Invoice Amt)

In another sheet: y (say)

In A2: =IF(x!C2="","",ROW())
Leave A1 blank

In B2:
=IF(ROWS($1:1)COUNT($A:$A),"",INDEX(x!A:A,SMALL($ A:$A,ROWS($1:1))))
Copy B2 to D2. Select A2:D2, fill down to cover the max expected extent of
data in x. Hide away col A. Cols B to D will return only the lines from x
where InvAmt (Invoice Amount col) contains an input (ie not empty), all
neatly bunched at the top.

To sort by vendor name, just do a simple copy n paste special as values of
the extract elsewhere, then do a datasort by vendor name
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Karen" wrote:
I have a workbook with 2 spreadsheets I'd like to tie together. The first
sheet has several columns, one consisting of vendor names, and others with
amount of invoice, invoice #, etc. I'd like to be able to consolidate only
the rows that have an invoice amount inputted (along with other data, such as
vendor name and invoice number, etc.) onto the other sheet. I'd also like
the data to show up sorted in by vendor name on the second sheet.

Is this something that can possibly be done?

Please help! Thanks in advance.

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
Searching Data Table Rob F Excel Discussion (Misc queries) 1 January 11th 07 07:25 PM
Searching, matching then searching another list based on the match A.S. Excel Discussion (Misc queries) 1 December 13th 06 05:08 AM
Data searching between sheets YJL Excel Discussion (Misc queries) 2 November 10th 05 03:01 AM
Data searching between sheets YJL New Users to Excel 1 November 10th 05 01:17 AM
Searching for Data Chicken Man Setting up and Configuration of Excel 0 February 15th 05 12:35 AM


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