Thread
:
I need cell formula help
View Single Post
#
2
Posted to microsoft.public.excel.misc
Rick Rothstein
external usenet poster
Posts: 5,934
I need cell formula help
Try this...
=IF(AND(AA7=-0.03,AA7<=0.04),SUM(O6:S6)+SUM(U6:Y6),"")
--
Rick (MVP - Excel)
"j5b9721" wrote in message
...
IN "AA6" I NEED A FORMULA
IF AA7 IS BETWEEN -.03 AND .04
TRUE SUM(O6:S6)+SUM(U6:Y6)
FALSE DO NOTHING
Reply With Quote
Rick Rothstein
View Public Profile
Find all posts by Rick Rothstein