Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Sales mark up formula

Can anyone help a newbie?

I have a problem creating a formula for sales mark up. I have the base cost
in colum c and need to add $100.00 for installation and times 38%? I tried
using =C2+100*0.38 . That didn't work.

Any suggestions would be most helpful. Thank you in advance.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,345
Default Sales mark up formula

Saying:

using =C2+100*0.38 . That didn't work.


is not very helpful. What didn't work?

I assume that you mean add $100 and then times the total of the original
price Plus the $100 by38%. If so try:

=(C2+100)*.38

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Mike Banner" <Mike
wrote in message
...
Can anyone help a newbie?

I have a problem creating a formula for sales mark up. I have the base
cost
in colum c and need to add $100.00 for installation and times 38%? I
tried
using =C2+100*0.38 . That didn't work.

Any suggestions would be most helpful. Thank you in advance.





  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,311
Default Sales mark up formula

Oops! I had an extra zero in there.

If you want to add C2 plus 100 plus 38% of that 100:
=C2+100+(100*0.38)
or
=SUM(C2,100,(100*0.38))

If you want to add 38% to the entire total of C2 + 100:
=C2+100+(C2+100)*0.38
or
SUM(C2+100,(C2+100)*0.38)

If you only want to know what 38 percent of the total is:
=(C2+100)*0.38

HTH,
Paul






--

"PCLIVE" wrote in message
...
Maybe this:

=C2+100+(100*0.038)

HTH,
Paul

--

"Mike Banner" <Mike wrote in message
...
Can anyone help a newbie?

I have a problem creating a formula for sales mark up. I have the base
cost
in colum c and need to add $100.00 for installation and times 38%? I
tried
using =C2+100*0.38 . That didn't work.

Any suggestions would be most helpful. Thank you in advance.






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Sales mark up formula

If you want to add your $100, and then *increase* the *total* by 38%, try
=(C2+100)*(1+38%)
--
David Biddulph

"Mike Banner" <Mike wrote in message
...
Can anyone help a newbie?

I have a problem creating a formula for sales mark up. I have the base
cost
in colum c and need to add $100.00 for installation and times 38%? I
tried
using =C2+100*0.38 . That didn't work.

Any suggestions would be most helpful. Thank you in advance.




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
Foot mark aka single quote mark? STING Excel Worksheet Functions 3 June 19th 08 08:25 PM
How can I add active tick mark/check mark boxes in excel? gerberelli Excel Discussion (Misc queries) 2 May 3rd 08 05:16 PM
formula to calculate sales tax from total sales Deanna Excel Worksheet Functions 7 October 5th 05 08:57 PM
what does the ! mark mean in an excel formula misslajones Excel Discussion (Misc queries) 2 April 14th 05 01:59 PM
RETAIL MARK UP FORMULA jimbo Excel Discussion (Misc queries) 1 March 11th 05 02:04 AM


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