Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have an excel worksheet with pricing........I need to formulate the pricing
with an added 7% mark up. Help..........Thanks! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Wallie --
Do you mean you want to mark something up 7%? If so, here's one approach: A B 1 Cost Price 2 $1 =A2*1.07 However, a better way would be to put your markup percentage in a different cell, so you can change it any time you want: A B C D 1 Cost Price Markup 7% 2 $1 =A2*(1+$D$1) Then you can change all the new prices simply by changing D1. HTH "Wallie" wrote: I have an excel worksheet with pricing........I need to formulate the pricing with an added 7% mark up. Help..........Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|