Dragging compound formula to multiple cells

tara_922

Board Regular
Joined
Jul 15, 2011
Messages
127
Hiya all!

Here's my formula

=IF(COUNTIF(G9:G1580,">=1"),"",COUNTIF(G9:G1580,G1432))

I obviously have this formula for all of 1580 cells and want to be able to select cell 1432 and drag down to 1580 keeping (G9:G1580) the same but adding one to G1432. Is this possible?

Thanks in advance,
Tara
 
What did your original formula do:

=IF(COUNTIF(G9:G1580,">=1"),"",COUNTIF(G9:G1580,G1432))

and what does this do:
=IF(COUNTIF($G$9:$G$1580,">=1"),"",COUNTIF($G$9:$G$1580,G1432))
... you seem to be saying that the results are now different ( when in fact no logical change has been done ).
 
Upvote 0

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
It doesn't seem to matter which code I use they still return blank when the value should be 2?! I'm lost on this. I'm thinking I'll just do a conditional format to highlight all cells 2 and above red.

Thanks,
Tara
 
Upvote 0

Forum statistics

Threads
1,224,599
Messages
6,179,827
Members
452,946
Latest member
JoseDavid

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top