how to write this formula?
for example sheet 2 column C range (rows) 5 to 30 has various first names in it. column F range (rows) 5 to 30 has various last names in.
I need to know how many times Jon appreas in column C range 5 to 30 when the surname in column F range 5 to 30 is Good
something along the lines of
= number of times jon appears in sheet2, column C range 5-30 when Good appears in sheet 2 column F range 5 to 30
I had something like
=sum((C5:C30="jon")*(F5:F30="good"))
How should the formula be written?
Thnak you
smiler44
for example sheet 2 column C range (rows) 5 to 30 has various first names in it. column F range (rows) 5 to 30 has various last names in.
I need to know how many times Jon appreas in column C range 5 to 30 when the surname in column F range 5 to 30 is Good
something along the lines of
= number of times jon appears in sheet2, column C range 5-30 when Good appears in sheet 2 column F range 5 to 30
I had something like
=sum((C5:C30="jon")*(F5:F30="good"))
How should the formula be written?
Thnak you
smiler44
Last edited: