Sorry I should have been more clear:
Col X should look at D and I and total the number of astericks. Col Y
should total the cells without astericks.
Thanks
"JE McGimpsey" wrote:
> one way:
>
> =COUNTIF(D11,"~*")+COUNTIF(I11,"~*")
>
> In article <B8BDDA8A-EA00-475E-9427-6E06540EC5BC@microsoft.com>,
> "anat" <anat@discussions.microsoft.com> wrote:
>
> > I have 2 cells with asterics in them, D11 and I11. I am trying to write a
> > forumla using if statement
> > =IF(D11="*",1,"")
> > How could I combine both cells to add them if they both have *?
> >
> > Thanks
>
Bookmarks