Thread: Formula Help
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Formula Help

Hi,

A1 = 100
b1 = 5%
In c1

=A1+A1*B1

Mike

"Jim" wrote:

how do I wrtie a formula that will times a number by a percentage and give me
a greater reult?

For example if I have 100 in cell A1 and 5% (my increase over 100) in B1 and
I want a formula to show me 105% of A1 how would this look?

Thanks