Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
100% would be 1, not 0.10
=IF(E7=1,C7,"") Gord Dibben MS Excel MVP On Tue, 11 Dec 2007 09:06:07 -0800, phardy wrote: the 80% formula worked. when i try to change to 100% is does not work? I think I might be typing it in correct this is how i have it =IF(E7=0.10,C7,"") is this wrong? "Brad" wrote: What happens when E7 is not 80%? The following formula will assume that you want nothing to show. =if(e7=.8,c7,"") "phardy" wrote: I AM TRYING TO RIGHT A FORMULA AND NEED HELP THE FORMULA IS THE FOLLOWING: IF E7 IS 80% =C7 |