Excel Formula "if F1>20% then G1=C" -


what formula in exel2007 below mentioned question: if cell f1>20% cell g1 automatically give value alphabet c

what put in cell g1:

if(f1>20%,"c","")

note not stackoverflow question , moved elsewhere


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -