Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi,
I'm doing a report with monthly averages for each team. What I want is when an average number is met at A2,... A3, ... to show "yes" or "no" something like this: A2 A3 123 yes 95 no 150 yes |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi
=IF(A2=AVERAGE($A$2:$A$100),"yes","no") Copy down as required -- Regards Roger Govier "Bojan" wrote in message ... Hi, I'm doing a report with monthly averages for each team. What I want is when an average number is met at A2,... A3, ... to show "yes" or "no" something like this: A2 A3 123 yes 95 no 150 yes |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Thank you guys that worked for me.
Cheers "Roger Govier" wrote: Hi =IF(A2=AVERAGE($A$2:$A$100),"yes","no") Copy down as required -- Regards Roger Govier "Bojan" wrote in message ... Hi, I'm doing a report with monthly averages for each team. What I want is when an average number is met at A2,... A3, ... to show "yes" or "no" something like this: A2 A3 123 yes 95 no 150 yes |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi,
If you already have the average calculated in the spreadsheet, say in cell A50, then you formula could be: =IF(A2A$50,"Yes","No") -- Thanks, Shane Devenshire "Bojan" wrote: Hi, I'm doing a report with monthly averages for each team. What I want is when an average number is met at A2,... A3, ... to show "yes" or "no" something like this: A2 A3 123 yes 95 no 150 yes |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
if "a" selected from dropdown menu then show "K" in other cell | Excel Worksheet Functions |