Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Look up table question

I am using this look up to insert a cost into column I from my value table.
how can i get a description inserted into Colunm P of my spreadsheet. I tried
changing costing to discription but it just gave me #name

=IF(I13<1,"",VLOOKUP(I13,Costing,2,FALSE)*J13)

thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Look up table question

What is the range (Columns/Rows) of your "Value Table" and is it named
Costing?

"whohasmynameuk" wrote:

I am using this look up to insert a cost into column I from my value table.
how can i get a description inserted into Colunm P of my spreadsheet. I tried
changing costing to discription but it just gave me #name

=IF(I13<1,"",VLOOKUP(I13,Costing,2,FALSE)*J13)

thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Look up table question

The columns are A) Material (which is what i am searching by) B) Cost C)
Description and they go all the way down to 1208. The value table is called
value, would i have to change this to cost ?


thanks

"Toppers" wrote:

What is the range (Columns/Rows) of your "Value Table" and is it named
Costing?

"whohasmynameuk" wrote:

I am using this look up to insert a cost into column I from my value table.
how can i get a description inserted into Colunm P of my spreadsheet. I tried
changing costing to discription but it just gave me #name

=IF(I13<1,"",VLOOKUP(I13,Costing,2,FALSE)*J13)

thanks

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Look up table question

If you want to return data from column 3 of your table rather than
column 2 then you should change the 2 to a 3 in your formula.

Hope this helps.

Pete

On Mar 13, 10:02 pm, whohasmynameuk
wrote:
The columns are A) Material (which is what i am searching by) B) Cost C)
Description and they go all the way down to 1208. The value table is called
value, would i have to change this to cost ?

thanks



"Toppers" wrote:
What is the range (Columns/Rows) of your "Value Table" and is it named
Costing?


"whohasmynameuk" wrote:


I am using this look up to insert a cost into column I from my value table.
how can i get a description inserted into Colunm P of my spreadsheet. I tried
changing costing to discription but it just gave me #name


=IF(I13<1,"",VLOOKUP(I13,Costing,2,FALSE)*J13)


thanks- Hide quoted text -


- Show quoted text -



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Look up table question

=IF(I13<1,"",VLOOKUP(I13,$A:$C,3,FALSE)*J13)

Or if "Value" is columns A to C:

=IF(I13<1,"",VLOOKUP(I13,Value,3,FALSE)*J13)

"whohasmynameuk" wrote:

The columns are A) Material (which is what i am searching by) B) Cost C)
Description and they go all the way down to 1208. The value table is called
value, would i have to change this to cost ?


thanks

"Toppers" wrote:

What is the range (Columns/Rows) of your "Value Table" and is it named
Costing?

"whohasmynameuk" wrote:

I am using this look up to insert a cost into column I from my value table.
how can i get a description inserted into Colunm P of my spreadsheet. I tried
changing costing to discription but it just gave me #name

=IF(I13<1,"",VLOOKUP(I13,Costing,2,FALSE)*J13)

thanks

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 question Kevin Excel Worksheet Functions 1 February 16th 07 08:59 PM
Pivot table question louisp Excel Discussion (Misc queries) 4 February 13th 06 04:49 PM
Pivot Table Question MarkM Excel Discussion (Misc queries) 3 February 1st 06 09:53 PM
Table question Adam Kroger Excel Discussion (Misc queries) 5 November 22nd 05 06:19 AM
Pivot Table Question carl Excel Worksheet Functions 1 September 29th 05 07:53 PM


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