#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Discount to Client

Can someone please help me with a formula?

I am working on creating an order form. The client has an ID Code and I have
already calculated the discounts each client can receive. The ID Codes are
alphabetical.

All the data is stored on one worksheet and I want the cell on the new
worksheet to show how much discount they will receive, eg 5%, 10%.

Furthermore, I need to calculate the discount from the sub total to give a
grand total.

EG.

Data to retrieve:

A4 G4
VIP Code Discount
BARAN 12%


Thanks in advance for your assistance.

Marty

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,886
Default Discount to Client

Hi

Assuming your discount table is on Sheet1, in cells A4:G100
your client name is on Sheet2 in cell A1
your Subtotal value in on Sheet2 in cell E30

then in the cell where you want the Discount value to appear
=IF(A1="","",E30*VLOOKUP(A1,Sheet2!$A$4:$G$100,4,0 )

--
Regards

Roger Govier


"mda19652" wrote in message
...
Can someone please help me with a formula?

I am working on creating an order form. The client has an ID Code and
I have
already calculated the discounts each client can receive. The ID Codes
are
alphabetical.

All the data is stored on one worksheet and I want the cell on the new
worksheet to show how much discount they will receive, eg 5%, 10%.

Furthermore, I need to calculate the discount from the sub total to
give a
grand total.

EG.

Data to retrieve:

A4 G4
VIP Code Discount
BARAN 12%


Thanks in advance for your assistance.

Marty



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
crazy discount !! pb00 Excel Worksheet Functions 0 March 27th 06 11:13 AM
I need a formula to get a 15% discount from a # like $452,472.00 tia Charts and Charting in Excel 1 December 2nd 05 05:06 PM
Discount calculation Kerri Excel Worksheet Functions 2 July 8th 05 04:58 PM
formula discount need formula as soon as posible New Users to Excel 3 June 10th 05 01:12 PM
where can i get an invoice with discount and vat on it dianediane Setting up and Configuration of Excel 1 May 20th 05 12:58 AM


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