excels formuals

  • Thread starter Thread starter jvenditti
  • Start date Start date
J

jvenditti

how to creat a formual that show a increase value of a number if that number
was increase by a precent
what is the basic formual
 
Perhaps a simple example will illustrate it ..
In A2 down are the source numbers, eg: 100, 200, etc
In B2 down are the percentage increases for each source number,
eg: 10%, 15%, ... (note that these are entered with the "%" sign)

You could put in C2: =A2*(1+B2)
and copy C2 down to return the required results
Any good? hit the YES below
 
Back
Top