Thread
:
Excel - Negative nested if then conditions
View Single Post
#
1
Posted to microsoft.public.excel.misc
TTB
external usenet poster
Posts: 1
Excel - Negative nested if then conditions
Help, my formulas does not seem to calculate negative numbers. If a= 91 then
result is 30 days.
=if(a<-90,"-90days",if(a<-60,"-60days","30 days"))
--
TTB Thanks!
Reply With Quote
TTB
View Public Profile
Find all posts by TTB