Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to write and IF Statement which will give me a "yes" if over 50%
and a "no" if under 50% for below table Percent resolved 29% 38% 94% 67% 74% 63% 91% 81% Many thanks Rod |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
thank you much apprecaited
-- ROD "Jacob Skaria" wrote: Try =IF(A150%,"Yes","No") 'to handle blanks =IF(A1,IF(A150%,"Yes","No"),"") -- Jacob (MVP - Excel) "Rod" wrote: I am trying to write and IF Statement which will give me a "yes" if over 50% and a "no" if under 50% for below table Percent resolved 29% 38% 94% 67% 74% 63% 91% 81% Many thanks Rod |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try
=IF(A150%,"Yes","No") 'to handle blanks =IF(A1,IF(A150%,"Yes","No"),"") -- Jacob (MVP - Excel) "Rod" wrote: I am trying to write and IF Statement which will give me a "yes" if over 50% and a "no" if under 50% for below table Percent resolved 29% 38% 94% 67% 74% 63% 91% 81% Many thanks Rod |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF statement inside a SUMIF statement.... or alternative method | Excel Worksheet Functions | |||
Reconcile Bank statement & Credit card statement & accounting data | Excel Worksheet Functions | |||
Embedding an OR statement in an IF statement efficiently | Excel Discussion (Misc queries) | |||
SUMIF statement with AND statement | Excel Discussion (Misc queries) | |||
appending and IF statement to an existing IF statement | Excel Worksheet Functions |