Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Kelly P.
 
Posts: n/a
Default How do I multiply cell value by percentage?

I am creating a worksheet to be filled out by a client. I am trying to get
the cell to update cost typed by 40%. For example when the client types $500
(or whatever number) in the cell it needs to automatically update the amount
by 40%. Any suggestions?
  #2   Report Post  
Anne Troy
 
Posts: n/a
Default How do I multiply cell value by percentage?

Three columns: Cost, Markup %, Price
In the 3rd column (assuming A, B, and C columns, beginning with row 2):
=A2*(1+B2)
************
Anne Troy
www.OfficeArticles.com

"Kelly P." <Kelly wrote in message
...
I am creating a worksheet to be filled out by a client. I am trying to get
the cell to update cost typed by 40%. For example when the client types
$500
(or whatever number) in the cell it needs to automatically update the
amount
by 40%. Any suggestions?



  #3   Report Post  
Lee Harris
 
Posts: n/a
Default How do I multiply cell value by percentage?


"Kelly P." <Kelly wrote in message
...
I am creating a worksheet to be filled out by a client. I am trying to get
the cell to update cost typed by 40%. For example when the client types
$500
(or whatever number) in the cell it needs to automatically update the
amount
by 40%. Any suggestions?


you can't do this in a single cell, it would be some kind of weird
self-circular reference

just have a column where the client types a cost, and in the next column
along use the formula

A2 = client data, B2 = 1.4*A2

just drag down B2 as far as you have client data

if you're not sure how many client entries there are, you can use

A2=client data, B2 = If(isblank(a2),"",1.4*a2)

and drag down as far as you think you'll definitely need, then whenever a
value is typed into A column, it pops up next to it in B, scaled accordingly
(NB, I assume you used the 1st row for column titles)


  #4   Report Post  
Kelly P.
 
Posts: n/a
Default How do I multiply cell value by percentage?

Thanks!

"Lee Harris" wrote:


"Kelly P." <Kelly wrote in message
...
I am creating a worksheet to be filled out by a client. I am trying to get
the cell to update cost typed by 40%. For example when the client types
$500
(or whatever number) in the cell it needs to automatically update the
amount
by 40%. Any suggestions?


you can't do this in a single cell, it would be some kind of weird
self-circular reference

just have a column where the client types a cost, and in the next column
along use the formula

A2 = client data, B2 = 1.4*A2

just drag down B2 as far as you have client data

if you're not sure how many client entries there are, you can use

A2=client data, B2 = If(isblank(a2),"",1.4*a2)

and drag down as far as you think you'll definitely need, then whenever a
value is typed into A column, it pops up next to it in B, scaled accordingly
(NB, I assume you used the 1st row for column titles)



  #5   Report Post  
Kelly P.
 
Posts: n/a
Default How do I multiply cell value by percentage?

Thank you!

"Anne Troy" wrote:

Three columns: Cost, Markup %, Price
In the 3rd column (assuming A, B, and C columns, beginning with row 2):
=A2*(1+B2)
************
Anne Troy
www.OfficeArticles.com

"Kelly P." <Kelly wrote in message
...
I am creating a worksheet to be filled out by a client. I am trying to get
the cell to update cost typed by 40%. For example when the client types
$500
(or whatever number) in the cell it needs to automatically update the
amount
by 40%. Any suggestions?




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
If Year equals 1999 then multiply cell by x logan_48080 Excel Discussion (Misc queries) 3 October 5th 05 07:55 PM
multiply the value of a cell bruce pinkos Excel Worksheet Functions 1 September 16th 05 02:16 PM
How can I add a percentage sign to a cell with data validation Glen Excel Worksheet Functions 4 July 12th 05 11:59 PM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Help with function to add percentage to cell based on checkbox. foxgguy2005 Excel Worksheet Functions 3 June 1st 05 05:52 AM


All times are GMT +1. The time now is 09:05 PM.

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"