Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Caculating Sales using If(vlookup())

G'day

I am trying to calculate the sales figure for an organisation using
if(vlookup). What I am trying to do is lookup the item in the Item
information part of the sheet, compare it with the item in the order
information part of the sheet, and if there is a match, then multiplu
the sales price by the qty. Would anyone have any ideas?

Thanks for your help

Greg

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 331
Default Caculating Sales using If(vlookup())

Hi,

Lookes like this question should be in a Functions group.

Why can't you lookup the sale price ?

Say items are in Col A, Quantity in Col b , so in C lookup the price for
each item and then in col D do B2*C2. If the items are not unique you could
get subtotals by using Sumif or better yet Sumproduct functions (search
functions group).

HTH, if not post back.

--
______
Regards,
Greg


"Gregc." wrote:

G'day

I am trying to calculate the sales figure for an organisation using
if(vlookup). What I am trying to do is lookup the item in the Item
information part of the sheet, compare it with the item in the order
information part of the sheet, and if there is a match, then multiplu
the sales price by the qty. Would anyone have any ideas?

Thanks for your help

Greg


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Caculating Sales using If(vlookup())


Greg wrote:
Hi,

Lookes like this question should be in a Functions group.

Why can't you lookup the sale price ?

Say items are in Col A, Quantity in Col b , so in C lookup the price for
each item and then in col D do B2*C2. If the items are not unique you could
get subtotals by using Sumif or better yet Sumproduct functions (search
functions group).


Never knew that a functions group existed until now. Thanks for you
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
Caculating the remainding amount bob__ New Users to Excel 2 January 28th 12 10:33 PM
Workbook not caculating formulas RodShaw2 Excel Discussion (Misc queries) 3 May 28th 07 07:20 PM
Caculating Columns Between Certain Dates Dermot New Users to Excel 19 January 11th 06 04:26 PM
Caculating a "staircase" discount Thomas Refsdal Excel Worksheet Functions 3 August 24th 05 08:33 AM
I need help Caculating Zip code Distances Dougal[_2_] Excel Programming 1 July 15th 05 05:12 PM


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