Thread
:
If..else..then statement
View Single Post
#
1
Posted to microsoft.public.excel.misc
Jeff Metcalf
external usenet poster
Posts: 9
If..else..then statement
I'm trying to write this compare statement, but I keep getting errors about
to many arguements:
In Cell C20
IF C10=0, then C15
ElseIF C15=0, then C10
ElseIF C15=0 and C10=0
then
Average(C10,C15)
Else 0
Thanks in advance
Reply With Quote
Jeff Metcalf
View Public Profile
Find all posts by Jeff Metcalf