Thread
: [Solved]
what does this mean?
View Single Post
09-14-2011, 12:18 PM
Colin Legg
Windows 7 32bit
Office 2010 32bit
Expert
Join Date: Jan 2011
Location: UK
Posts: 369
That formula means
If D7 is greater than zero
and
F7 does not equal the word "CANCELLED" then return 1, otherwise return 0.
This formula would also return the same result:
=(D7>0)*(F7<>"CANCELLED")
Colin Legg
View Public Profile
Find all posts by Colin Legg