Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default creating a spreadsheet

I need to know where I may find information on creating a
spreadsheet for my business. What I need it to do is
automatically enter information to selected cells by
typing in a 9 digit number. This would be nice if it could
be used in conjunction with an address book. I know that
Quattro Pro could be set up this way but I have no idea
how to start or if Excel can do it. My main problem is I
know what I need it to do but do not have the knowledge of
the correct language and terms that are used in the books
or articles I have read. I work with Excel every day but
very very generic spreadsheets. If anyone could help me
find this information I would appreciate it.
Thanks
Naomi
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default creating a spreadsheet

In excel, unless you are going to write code/do programming, you would need
to create a table with your 9 digit numbers on the leftmost column and the
remainder of the data in columns to the right. This would essentially
represent you address book.

Then in your worksheet where you want to enter the 9 digit number and return
data, you would put in formulas similar to (assume 9 digit number is enter
in C9):

=if(C9="","",Vlookup(C9,Table1,2,False)

Where Table1 is the range reference to your Address book data such as
DataSheet!A1:Z500

This formula would look down column 1 of the sheet named Datasheet, find the
9 digit number and return the corresponding value in that row found in
column B (the 2 as the third argument of the vlookup function, a 3 would get
the data from column 3 as an example).

So look in Excel help for Vlookup.

--
Regards,
Tom Ogilvy

"Naomi" wrote in message
...
I need to know where I may find information on creating a
spreadsheet for my business. What I need it to do is
automatically enter information to selected cells by
typing in a 9 digit number. This would be nice if it could
be used in conjunction with an address book. I know that
Quattro Pro could be set up this way but I have no idea
how to start or if Excel can do it. My main problem is I
know what I need it to do but do not have the knowledge of
the correct language and terms that are used in the books
or articles I have read. I work with Excel every day but
very very generic spreadsheets. If anyone could help me
find this information I would appreciate it.
Thanks
Naomi



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
Creating Spreadsheet Reports Webtechie Excel Discussion (Misc queries) 1 August 4th 09 04:32 PM
Creating a master spreadsheet Bob Shelline Excel Discussion (Misc queries) 1 March 10th 08 09:05 PM
Creating a spreadsheet Decorte Excel Discussion (Misc queries) 3 March 18th 07 01:36 AM
Creating a spreadsheet that will filter Liju George New Users to Excel 2 July 10th 06 09:26 PM
Creating Consolidated Spreadsheet... jhicker Excel Discussion (Misc queries) 3 February 20th 06 11:05 PM


All times are GMT +1. The time now is 11:16 AM.

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"