Thread
:
If two Columns have Data enter the Amount Question!
View Single Post
#
6
Posted to microsoft.public.excel.misc
David Biddulph[_2_]
external usenet poster
Posts: 8,651
If two Columns have Data enter the Amount Question!
=IF(COUNT(H10,I10)=2,H10+I10,"")
--
David Biddulph
"Killer" wrote in message
...
Example:
H10 = 12
I10 = Blank
Result should be left blank
If
H10 = 12
I10 = 8
Result should be 20
Thanks!
Reply With Quote
David Biddulph[_2_]
View Public Profile
Find all posts by David Biddulph[_2_]