![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 2
|
HI there - a friend suggested I try this out. I am a new user of excel and am using a worksheet set up by a previous user. Here goes:
I have figures for the amounts of jobs done and then for the amount of times we revisted to retreat. I need to calculate the % of retreats against total jobs done. Cell H has total job figure Cell J has number of retreats Can you suggested a formula to calculate % of retreats. eg: Cell H = 307 Cell J = 5 THank you for your help. |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Mar 2002
Location: Cincinnati, Ohio, USA
Posts: 6,824
|
Use the following formula in the cell of your choice...
=TEXT(J10/H10,"##.#%") Tom |
|
|
|
|
|
#3 |
|
New Member
Join Date: Apr 2002
Posts: 2
|
Thanks Tom
|
|
|
|
|
|
#4 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
=IF(H10,J10/H10,0) Format the cell of this formula as percentage (%). |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|