Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default IF statement pulling from Product List

I'm trying to setup a simple tracking system with a product list. What I want
to do is have one sheet list all the product information (item name, number,
cost, etc), and have another that tracks each customer's order.

I want to input the product number on the customers order, and have the rest
of the fields (cost, etc) update automatically.

The problem is the list I'm using is too long to have that many IF statements.

Can you have a formula look for a specific item number from a range?

Example of Theory in cell B1:
=if(a1=f1:f10,g1:g10,"-")
If a1 is equal to one of the cells in the f1-f10 range, then b1 will equal
the corresponding G cell in that row.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default IF statement pulling from Product List

It sounds as though you should use a datalist and the Vlookup function.

Check out this link of Debra Dalgleish:

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

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"Johosh" wrote in message
...
I'm trying to setup a simple tracking system with a product list. What I
want
to do is have one sheet list all the product information (item name, number,
cost, etc), and have another that tracks each customer's order.

I want to input the product number on the customers order, and have the rest
of the fields (cost, etc) update automatically.

The problem is the list I'm using is too long to have that many IF
statements.

Can you have a formula look for a specific item number from a range?

Example of Theory in cell B1:
=if(a1=f1:f10,g1:g10,"-")
If a1 is equal to one of the cells in the f1-f10 range, then b1 will equal
the corresponding G cell in that row.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default IF statement pulling from Product List

See if this helps:

http://contextures.com/xlFunctions02.html

--
Biff
Microsoft Excel MVP


"Johosh" wrote in message
...
I'm trying to setup a simple tracking system with a product list. What I
want
to do is have one sheet list all the product information (item name,
number,
cost, etc), and have another that tracks each customer's order.

I want to input the product number on the customers order, and have the
rest
of the fields (cost, etc) update automatically.

The problem is the list I'm using is too long to have that many IF
statements.

Can you have a formula look for a specific item number from a range?

Example of Theory in cell B1:
=if(a1=f1:f10,g1:g10,"-")
If a1 is equal to one of the cells in the f1-f10 range, then b1 will equal
the corresponding G cell in that row.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default IF statement pulling from Product List

Thanks so much! That was EXACTLY what I needed!

"RagDyeR" wrote:

It sounds as though you should use a datalist and the Vlookup function.

Check out this link of Debra Dalgleish:

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

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"Johosh" wrote in message
...
I'm trying to setup a simple tracking system with a product list. What I
want
to do is have one sheet list all the product information (item name, number,
cost, etc), and have another that tracks each customer's order.

I want to input the product number on the customers order, and have the rest
of the fields (cost, etc) update automatically.

The problem is the list I'm using is too long to have that many IF
statements.

Can you have a formula look for a specific item number from a range?

Example of Theory in cell B1:
=if(a1=f1:f10,g1:g10,"-")
If a1 is equal to one of the cells in the f1-f10 range, then b1 will equal
the corresponding G cell in that row.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default IF statement pulling from Product List

Thanks so much! That was EXACTLY what I needed!

"T. Valko" wrote:

See if this helps:

http://contextures.com/xlFunctions02.html

--
Biff
Microsoft Excel MVP


"Johosh" wrote in message
...
I'm trying to setup a simple tracking system with a product list. What I
want
to do is have one sheet list all the product information (item name,
number,
cost, etc), and have another that tracks each customer's order.

I want to input the product number on the customers order, and have the
rest
of the fields (cost, etc) update automatically.

The problem is the list I'm using is too long to have that many IF
statements.

Can you have a formula look for a specific item number from a range?

Example of Theory in cell B1:
=if(a1=f1:f10,g1:g10,"-")
If a1 is equal to one of the cells in the f1-f10 range, then b1 will equal
the corresponding G cell in that row.






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default IF statement pulling from Product List

Appreciate the feed-back.
--

Regards,

RD
-----------------------------------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
-----------------------------------------------------------------------------------------------

"Johosh" wrote in message
...
Thanks so much! That was EXACTLY what I needed!

"RagDyeR" wrote:

It sounds as though you should use a datalist and the Vlookup function.

Check out this link of Debra Dalgleish:

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

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"Johosh" wrote in message
...
I'm trying to setup a simple tracking system with a product list. What I
want
to do is have one sheet list all the product information (item name,
number,
cost, etc), and have another that tracks each customer's order.

I want to input the product number on the customers order, and have the
rest
of the fields (cost, etc) update automatically.

The problem is the list I'm using is too long to have that many IF
statements.

Can you have a formula look for a specific item number from a range?

Example of Theory in cell B1:
=if(a1=f1:f10,g1:g10,"-")
If a1 is equal to one of the cells in the f1-f10 range, then b1 will equal
the corresponding G cell in that row.





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
Pulling info from a list Patrick Excel Worksheet Functions 2 May 2nd 07 09:44 AM
Pulling a Summary List from a Larger List Stephen - Dallas Excel Discussion (Misc queries) 2 May 3rd 06 02:51 PM
Product list to match price list badgrandntl Excel Discussion (Misc queries) 13 February 2nd 06 02:28 AM
at, if statement with text, such as if(product), then (price) karenofcourse Excel Worksheet Functions 1 July 27th 05 09:52 PM
Pulling product pricing from worksheet into proposal template Bob Excel Discussion (Misc queries) 3 June 15th 05 06:06 PM


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