Thread
:
Multiple IF formulas
View Single Post
#
4
Posted to microsoft.public.excel.misc
Pete_UK
external usenet poster
Posts: 8,856
Multiple IF formulas
Yes, here's one example with 3 IFs:
=IF(A1="","blank",IF(A1<0,"negative",IF(A10,"posi tive","zero")))
Hope this helps.
Pete
On Dec 9, 11:35*pm, sriddle wrote:
Can I put more than on IF formula in a cell?
Reply With Quote
Pete_UK
View Public Profile
Find all posts by Pete_UK