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 how to auto fill information from a table to another sheet

I am wondering how to link a spreadsheet to a table that will allow
information from a a table to be autofilled into specific cells on another
sheet as I type similar information that matches certain cells. example
below.

Table
part number qty
xxx-01 10

Spreadsheet
when I type xxx-01 / 10 will be auto filled in.

Thank you for any help.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default how to auto fill information from a table to another sheet

My understanding of what you want is:
In column A or sheet1, I type xxx-01. In column B, I want to have a
formula that returns 10. The table is in sheet2.

Let's assume that
- the table data is in the range Sheet2!A2:B10 (two columns, 1 header
row, 9 data rows)
- the table is sorted in ascending order of column A

The formula in cell B1 of sheet1 is
=VLOOKUP(A1,Sheet2!$A$2:$B$10,2)


cmaki1975 wrote:
I am wondering how to link a spreadsheet to a table that will allow
information from a a table to be autofilled into specific cells on another
sheet as I type similar information that matches certain cells. example
below.

Table
part number qty
xxx-01 10

Spreadsheet
when I type xxx-01 / 10 will be auto filled in.

Thank you for any help.


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
Pivot Table Size PCStechnical Charts and Charting in Excel 0 October 12th 06 06:25 PM
macro unouwanme Excel Discussion (Misc queries) 9 August 31st 06 09:38 PM
Fill Issues Kaziglu Bey Excel Discussion (Misc queries) 7 July 6th 06 05:28 AM
Auto "copy and paste" individual cells from various sheets into one sheet ?? [email protected] Excel Discussion (Misc queries) 2 March 1st 06 03:19 AM
Sheet protection code conflicts with Pivot Table "auto refresh" KG Excel Discussion (Misc queries) 6 December 21st 05 11:16 PM


All times are GMT +1. The time now is 04:23 PM.

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"