redspanna
Well-known Member
- Joined
- Jul 27, 2005
- Messages
- 1,577
- Office Version
- 365
- Platform
- Windows
Hi all
The following formula populates cell F2
when I drag it down to F3 is there a way that the following parts of the formula (marked in RED will change to next column range
so F3 will hold formula
then F4 will hold formula
etc etc
any help appreciated
kind regards
The following formula populates cell F2
Code:
=SUMIF(Database!$AW$2:$AW$5000,"*November*",Database!L$2:L5000)/($D$5-(COUNTIF(Database!L$2:L$5000,"NA")))
when I drag it down to F3 is there a way that the following parts of the formula (marked in RED will change to next column range
so F3 will hold formula
Code:
=SUMIF(Database!$AW$2:$AW$5000,"*November*",Database[COLOR="#FF0000"]!M$2:M5000[/COLOR])/($D$5-(COUNTIF(Database![COLOR="#FF0000"]M$2:M$5000[/COLOR],"NA")))
then F4 will hold formula
Code:
=SUMIF(Database!$AW$2:$AW$5000,"*November*",Database[COLOR="#FF0000"]!N$2:N5000[/COLOR])/($D$5-(COUNTIF(Database![COLOR="#FF0000"]N$2:N$5000[/COLOR],"NA")))
etc etc
any help appreciated
kind regards