moving a formula

G

Guest

See my formula...
=COUNTIF(All!A2:A844, Feb06!A1)

When I copy my formula to the next cell I only want Feb06!A1 to increase to
A2, A3, and so on. But A2:A844 should remain. What should I do?
 
G

Guest

Use an absolute reference $(Column)$(Row):$(Column)$(Row);

Example:
=COUNTIF(All!$A$2:$A$844, Feb06!A1)
--
Hope this Helps!
Camilo

Objective: To help one person each day!

Feedback is greatly appreciated! Please let me know if I've answered your
question or if my post was helpful to you?
 
G

Guest

Make them a fixed reference as follows:

=COUNTIF(All!$A$2:$A$844, Feb06!A1)

With cursor between the A2 click on F4, ditto for A844.
 

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

Similar Threads

Continuous Invoice Nos. 3
excel formula 1
Combining Text From Cells 3
Excel Copy COUNTIF while retaining reference 7
Need help for a formula 5
Copy a formula using Vlookup 2
Two functions in one formula. 1
matching cell formula 1

Top