BrerRabbit
Board Regular
- Joined
- Aug 20, 2023
- Messages
- 84
- Office Version
- 2021
- 2016
- 2013
- Platform
- Windows
I'm doing a personal project for gardening. One aspect is that I am calculating the number of eggs laid by my chickens to be summed over time and by month.
I do have this formula: SUM(--RIGHT(D2:H2,LEN(D2:H2)-FIND("= ",D2:H2))). Thing is I don't understand this type of formula, so I'm not sure how to modify it to:
. calculate even if some cells don't have the "= " sign
. to sum for each month. which means look at the date in the first row and extracting the month. I understand that that formula would be =text(D2,"mmmm") for a single cell or column.
. sums will be done on a separate tab with months across the top.
With below, this formula gives a #VALUE response as D2 and E2 don't have the equals sign, even though the answer is 3.
Thank you in advance for your help.
I do have this formula: SUM(--RIGHT(D2:H2,LEN(D2:H2)-FIND("= ",D2:H2))). Thing is I don't understand this type of formula, so I'm not sure how to modify it to:
. calculate even if some cells don't have the "= " sign
. to sum for each month. which means look at the date in the first row and extracting the month. I understand that that formula would be =text(D2,"mmmm") for a single cell or column.
. sums will be done on a separate tab with months across the top.
With below, this formula gives a #VALUE response as D2 and E2 don't have the equals sign, even though the answer is 3.
Thank you in advance for your help.