Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Janice@IP
 
Posts: n/a
Default can excel do this?

I have excel set up to keep up with bills I pay at work. I input the vendor
name and then put in vendor number, invoice, etc.

Is there a way to set it up to automaticly put in vendor number when I type
in vendor name? What criteria would I use for that? I do not know much
about excel. I can use simple formulas & such but not pivot tables, macros,
etc. Hope someone can give me simple instructions for this if it is possible
or tell me what to look for in help.
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

You can create atable with vendor names and vendor numbers, then refer to
that table

Assume you type in the vendor name in A1 and you want the number in B1,
the table is on another sheet in range A1:B300

=IF(A1="","",VLOOKUP(A1,Sheet2!,A1:B300,2,0))

for info about vlookup see

http://www.contextures.com/xlFunctions02.html


Regards,

Peo Sjoblom

"Janice@IP" wrote:

I have excel set up to keep up with bills I pay at work. I input the vendor
name and then put in vendor number, invoice, etc.

Is there a way to set it up to automaticly put in vendor number when I type
in vendor name? What criteria would I use for that? I do not know much
about excel. I can use simple formulas & such but not pivot tables, macros,
etc. Hope someone can give me simple instructions for this if it is possible
or tell me what to look for in help.

  #3   Report Post  
Janice@IP
 
Posts: n/a
Default

Thank you, I went to website you recommended and I will try to sort thru
instructions. If it doesn't work I will be back.

"Peo Sjoblom" wrote:

You can create atable with vendor names and vendor numbers, then refer to
that table

Assume you type in the vendor name in A1 and you want the number in B1,
the table is on another sheet in range A1:B300

=IF(A1="","",VLOOKUP(A1,Sheet2!,A1:B300,2,0))

for info about vlookup see

http://www.contextures.com/xlFunctions02.html


Regards,

Peo Sjoblom

"Janice@IP" wrote:

I have excel set up to keep up with bills I pay at work. I input the vendor
name and then put in vendor number, invoice, etc.

Is there a way to set it up to automaticly put in vendor number when I type
in vendor name? What criteria would I use for that? I do not know much
about excel. I can use simple formulas & such but not pivot tables, macros,
etc. Hope someone can give me simple instructions for this if it is possible
or tell me what to look for in 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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
How do I isolate my Excel server (automation) from other Excel instances? Joseph Geretz Excel Discussion (Misc queries) 5 July 19th 13 03:18 PM
sharing/using/saving Excel 2002 files in Excel 2003 maze2009 Excel Discussion (Misc queries) 0 January 20th 05 07:27 PM
Excel 2002 and 2000 co-install. Control Which Starts ? cnuk Excel Discussion (Misc queries) 2 January 17th 05 08:07 PM
VB Automation is Whacking out my Excel Environment Joseph Geretz Excel Discussion (Misc queries) 2 December 29th 04 03:49 PM


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