Putting 2 Formulas together

S

sharon

I need help on putting 2 formulas together. They both wor
independently but when I try to put them together I get an error.
Here are the 2 formulas I need to combine.

=IF($A:$A,">="&S7)-IF($A:$A,">"&R7)

=SUM(N(FREQUENCY($F$68:$F$687,$F$68:$F$687)>0))

If the first formula is true then I need it to do the second formula.
Any help would be appreciated. Thanks.

Sharo
 
C

Cheng Liu

I believe it should look like this:

=IF(IF($A:$A,">="&S7)-IF($A:$A,">"&R7)) = True, Sum(...),
do nothing)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top