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


hi!

I would like to create a series of discount functions in excel based on
a certain product. For example, I am selling 10 brands and each of these
brands has a different discount.
Say that I prepare an economical offer in excel, I'd like a function
that as soon as I digit the name of that certain brand, the cost of
that item, it gives me at once the rate of discount I have for that
specific brand. Does this makes sense?
Say i am selling a sony camcorder, I know that with sony I have 50% of
discount, I would like that when I write any number (the cost of the
item) under the name sony (which excel should recognize) then it would
apply at once a discount.
I know it's quite complicated but I hope someone wll help me thanks!!


--
number


------------------------------------------------------------------------
number's Profile: http://www.excelforum.com/member.php...o&userid=24949
View this thread: http://www.excelforum.com/showthread...hreadid=384832

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,339
Default create a discount function in excel

Is the discount by brand not product i.e. do all ALL Sony products havr (from
your example) a 50% discount?

"number" wrote:


hi!

I would like to create a series of discount functions in excel based on
a certain product. For example, I am selling 10 brands and each of these
brands has a different discount.
Say that I prepare an economical offer in excel, I'd like a function
that as soon as I digit the name of that certain brand, the cost of
that item, it gives me at once the rate of discount I have for that
specific brand. Does this makes sense?
Say i am selling a sony camcorder, I know that with sony I have 50% of
discount, I would like that when I write any number (the cost of the
item) under the name sony (which excel should recognize) then it would
apply at once a discount.
I know it's quite complicated but I hope someone wll help me thanks!!


--
number


------------------------------------------------------------------------
number's Profile: http://www.excelforum.com/member.php...o&userid=24949
View this thread: http://www.excelforum.com/showthread...hreadid=384832


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default create a discount function in excel


yes, all the sony products have the same discount.

I have a price list with item name, code, price and discount.

I need to do an economical offer (in another sheet of course) and I
would like that when I type a certain code article, it would give me
its price and its discount, based on the other separate excel scheet.
From a new sheet, I would like to assign a price and a discount to a
given name, based on a list located in another sheet.
How can I do this?
Thank you very much


--
number


------------------------------------------------------------------------
number's Profile: http://www.excelforum.com/member.php...o&userid=24949
View this thread: http://www.excelforum.com/showthread...hreadid=384832

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default create a discount function in excel


Sorry guys, I don't really succeed to understand how to apply the
VLOOKUP in what I want to do:

I have a price list with item name, code, price and discount.

I need to do an economical offer IN A SEPARATE SHEET and I would like
that when I type a certain code article, it would give me its price and
its discount, based on the other separate excel sheet.
As far as I am seeing, VLOOKUP cannot connect different sheets can it?

Do I have to use the VBS functions?


I don't want to use access, cause I prepare the economical offers in
excel, so rather than going to look for the price and discount of a
certain article in other excel files, I want to create queries and
assignations and connect databases in excel. I know it is possible to
do it, I just need to find out how.
I know it's a quite difficult operation, anyway,
Thank you very much


--
number


------------------------------------------------------------------------
number's Profile: http://www.excelforum.com/member.php...o&userid=24949
View this thread: http://www.excelforum.com/showthread...hreadid=384832



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,071
Default create a discount function in excel

I don't know what you tried with VLOOKUP because it is a simple
application of that function.

Suppose your brand/product name is in column A and the discount % is in
col. B starting with row 2 and going to row 4. Suppose the value you
want to look up is in E2. Then, the formula you want is
=VLOOKUP(E2,A2:B4,2,FALSE)
Adjust the range references to match your own data.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions

In article ,
says...

Sorry guys, I don't really succeed to understand how to apply the
VLOOKUP in what I want to do:

I have a price list with item name, code, price and discount.

I need to do an economical offer IN A SEPARATE SHEET and I would like
that when I type a certain code article, it would give me its price and
its discount, based on the other separate excel sheet.
As far as I am seeing, VLOOKUP cannot connect different sheets can it?

Do I have to use the VBS functions?


I don't want to use access, cause I prepare the economical offers in
excel, so rather than going to look for the price and discount of a
certain article in other excel files, I want to create queries and
assignations and connect databases in excel. I know it is possible to
do it, I just need to find out how.
I know it's a quite difficult operation, anyway,
Thank you very much


--
number


------------------------------------------------------------------------
number's Profile:
http://www.excelforum.com/member.php...o&userid=24949
View this thread: http://www.excelforum.com/showthread...hreadid=384832


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
How To Create a Percentage Discount in Invoice wambui Excel Discussion (Misc queries) 5 September 1st 06 11:11 PM
create a formula for price * discount* tax =final price anton Excel Discussion (Misc queries) 6 October 12th 05 07:51 PM
How to create a table to qualify a qty discount in exel 1image New Users to Excel 2 October 12th 05 03:41 PM
create a function for Discount if qty > 50 then take 5% off total Einwomyn Excel Worksheet Functions 2 July 24th 05 10:42 AM
Excel - Discount Factors and NOV mo Excel Worksheet Functions 1 February 25th 05 04:16 AM


All times are GMT +1. The time now is 09:40 AM.

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"