Drivingman
New Member
- Joined
- Jan 26, 2012
- Messages
- 19
- Office Version
- 365
- 2019
- Platform
- Windows
HI All
Hoping you can help me sort this out. I thought I had it but not working how I want it.
I have a formula that I am changing daily to include one extra cell in the formula.
=((SUM(Daily!BL10:bt10)-SUM(Daily!BL4:bt4))/SUM(Daily!BL4:bt4))
The range is all the way up to CP4 or CP10.
The blank values are what is in row 10. So currently BL10-BT10 all have values in, and tomorrow etc extra cells will have values in.
I cant just use the full range as next weeks values are already in row 4, so the result is lower than actual.
I had thought the following would work, but alas not.
=((SUMIF(Daily!BL10:CP10,"<>",Daily!BL10:CP10)-SUMIF(Daily!BL10:CP10,"<>",Daily!BL4:CP4))/SUMIF(Daily!BL10:CP10,"<>",Daily!BL4:CP4))
Thanks for your help.
Hoping you can help me sort this out. I thought I had it but not working how I want it.
I have a formula that I am changing daily to include one extra cell in the formula.
=((SUM(Daily!BL10:bt10)-SUM(Daily!BL4:bt4))/SUM(Daily!BL4:bt4))
The range is all the way up to CP4 or CP10.
The blank values are what is in row 10. So currently BL10-BT10 all have values in, and tomorrow etc extra cells will have values in.
I cant just use the full range as next weeks values are already in row 4, so the result is lower than actual.
I had thought the following would work, but alas not.
=((SUMIF(Daily!BL10:CP10,"<>",Daily!BL10:CP10)-SUMIF(Daily!BL10:CP10,"<>",Daily!BL4:CP4))/SUMIF(Daily!BL10:CP10,"<>",Daily!BL4:CP4))
Thanks for your help.