PC Review


Reply
Thread Tools Rate Thread

auto entry of data on keystrokes

 
 
gatz
Guest
Posts: n/a
 
      29th Nov 2008
If we set up 1 sheet of sorted data within a "book", then go to another
sheet 2 to have some (or many) of these data copied to a column in sheet 2
that is then used for a customer quote sheet, with perhaps subtotals and
grand totals

For instance, say we have 150 products which we can sort by name/size/price
that we've entered in sheet 1.

Then, on the 2nd sheet, after placing the cursor on a particular column/row
we'd like to use a simple numeric keyboard (AltXXX, maybe?) entry that
corresponds to what's on sheet 1.
We'd print out sheet 1 for quick reference.

Or, has anyone got a better idea/plan ?
Thanks



 
Reply With Quote
 
 
 
 
Shane Devenshire
Guest
Posts: n/a
 
      29th Nov 2008
Hi,

There is no built in key to do this. You could write a macro and assign a
shortcut key.

Cheers,
Shane Devenshire

"gatz" wrote:

> If we set up 1 sheet of sorted data within a "book", then go to another
> sheet 2 to have some (or many) of these data copied to a column in sheet 2
> that is then used for a customer quote sheet, with perhaps subtotals and
> grand totals
>
> For instance, say we have 150 products which we can sort by name/size/price
> that we've entered in sheet 1.
>
> Then, on the 2nd sheet, after placing the cursor on a particular column/row
> we'd like to use a simple numeric keyboard (AltXXX, maybe?) entry that
> corresponds to what's on sheet 1.
> We'd print out sheet 1 for quick reference.
>
> Or, has anyone got a better idea/plan ?
> Thanks
>
>
>

 
Reply With Quote
 
Frank
Guest
Posts: n/a
 
      30th Nov 2008
I think what you need is VLOOKUP. Say on Sheet 1 you have your complete list
of Part #s in column A, Descriptions in column B and Prices in column C. In
Sheet 2 you have a Customer Quote Form where you type part numbers in the
frst column (e.g. B5:B20) and the corresponding Descriptions and Prices
automatically appear in the 2nd (e.g. C5:C20) and 3rd (e.g. D520) columns.
To get this to work, in Sheet 2 in cell C5 you would use a formula such as
=VLOOKUP($B5,Sheet1!$A$1:$C$200,2,0) and in D5 you would use
=VLOOKUP($B5,Sheet1!$A$1:$C$200,3,0). When you type a Part # in B5, the first
VLOOKUP up formula in C5 looks in the first column of the table in Sheet 1
for a match for the value in B5 on Sheet 2. If it finds it, it returns the
corresponding value from column 2 (the column # is the 3rd argument of the
VLOOKUP function) of that table. The VLOOKUP formula in the Price column on
Sheet 2 does the same lookup but returns the corresponding value from the 3rd
column of the table.

To prevent #N/A errors in your VLOOKUP formulas, modify the formula with...
=IF(COUNTIF(Sheet1!$A$1:$C$200,$B5),VLOOKUP($B5,Sheet1!$A$1:$C$200,2,0),"")

Hope this is what you need.

Francis J Hayes (The Excel Addict)

P.S. I publish a weekly newsletter called 'Spreadsheet Tips From An Excel
Addict' at http://www.TheExcelAddict.com




"gatz" wrote:

> If we set up 1 sheet of sorted data within a "book", then go to another
> sheet 2 to have some (or many) of these data copied to a column in sheet 2
> that is then used for a customer quote sheet, with perhaps subtotals and
> grand totals
>
> For instance, say we have 150 products which we can sort by name/size/price
> that we've entered in sheet 1.
>
> Then, on the 2nd sheet, after placing the cursor on a particular column/row
> we'd like to use a simple numeric keyboard (AltXXX, maybe?) entry that
> corresponds to what's on sheet 1.
> We'd print out sheet 1 for quick reference.
>
> Or, has anyone got a better idea/plan ?
> Thanks
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Data Entry using Auto Lookup query & Data Entry Form Bob N Microsoft Access Forms 3 28th Oct 2008 07:43 PM
Auto entry of data based on entry of text in another column or fie Judy Rose Microsoft Excel Misc 2 21st May 2008 01:14 PM
list box to verify data entry-can't stop auto trailing entry inclu =?Utf-8?B?R2xlbm4gJiB0aGUgZG9ncw==?= Microsoft Access Forms 1 23rd Nov 2007 05:33 PM
Auto Data Entry Sue Ann Microsoft Access Getting Started 0 15th Jul 2004 03:50 AM
Auto Data Entry Sue Ann Microsoft Access Form Coding 0 15th Jul 2004 03:50 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:58 PM.