Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() I am currently summing several cells on different sheets, determining a percentage, assigning a 1 through 5 value based on the percentage, on a seperate sheet I am taking the 1 through 5 values and trying to determine a percentage for completed fields above 3 and the average of these values. I tried =average('sheet 1'$a$1,'sheet 2,etc.) but I'm having trouble with this. I also need to take the percentage of those above 3 vs all complete. Any help would be appreciated. :) -- psyd ------------------------------------------------------------------------ psyd's Profile: http://www.excelforum.com/member.php...o&userid=16106 View this thread: http://www.excelforum.com/showthread...hreadid=275546 |
#2
![]() |
|||
|
|||
![]() I don't think you need the apostrophes ie =average(sheet1!A1, sheet2!A1,etc) To get your percentage use something like =if(a1<0.2,1,if(a1<0.4,2,if(a1<0.6,3,if(a1<0.8,4,5 )))) Finally to get the percentage of cells with 3 or better =countif(a1:a100,"=3")/count(a1:a100) -- Alex Delamain ------------------------------------------------------------------------ Alex Delamain's Profile: http://www.excelforum.com/member.php...o&userid=11273 View this thread: http://www.excelforum.com/showthread...hreadid=275546 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Averaging function | Excel Discussion (Misc queries) | |||
Function in XL or in VBA for XL that pulls numeric digits from a t | Excel Discussion (Misc queries) | |||
I cant use englisch function names in a swedich version of excel | Excel Discussion (Misc queries) | |||
need to save values from a function before it changes | Excel Worksheet Functions | |||
SUMIF(AND) FUNCTION | Excel Worksheet Functions |