Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i have my number in E11 and E10 like this
E11 "884.90" E10 "868.05" i want my ans as E11-E10/E10 like this (868.05-884.90)/868.05 how to create formula for this? i want to use this function for the whole sheet..so how do i do it? -- plz help -hetal |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=(E11-E10)/E10 or
=E11/E10-1 -- David Biddulph "hetal" wrote in message ... i have my number in E11 and E10 like this E11 "884.90" E10 "868.05" i want my ans as E11-E10/E10 like this (868.05-884.90)/868.05 how to create formula for this? i want to use this function for the whole sheet..so how do i do it? -- plz help -hetal |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You are almost the
=(E11-E10)/E10 The excel formula is an exact match for your algebraic equation. Copy its syntax where ever you need it, -- Gary''s Student gsnu200712 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The same way you did it manually. Use:
=(e11-e10)/e10 For the whole sheet grab the fill handle (the little black box on the bottom left of the highlighted cell), and drag down as far as you want. Excel will adjust the cell references as it goes along. -- Regards, Fred "hetal" wrote in message ... i have my number in E11 and E10 like this E11 "884.90" E10 "868.05" i want my ans as E11-E10/E10 like this (868.05-884.90)/868.05 how to create formula for this? i want to use this function for the whole sheet..so how do i do it? -- plz help -hetal |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
HOW DO I CREATE A SUBTRACTION FORMULA | Excel Worksheet Functions | |||
subtraction formula | Excel Worksheet Functions | |||
subtraction formula | Excel Worksheet Functions | |||
Subtraction formula | Excel Discussion (Misc queries) | |||
how do i do a subtraction formula | Excel Worksheet Functions |