Originally Posted by
*Beaver*
I added a new version to
www.rayandkim.com -> downloads
It now has a cost section and a fish compatability chart. I also had "max ammonia" labeled on the "test data" sheet when it should read "max nitrate"
The formula on the "test data" sheet changed - see below.
Otherewise, you can just download the new version an copy the 2 new sheets to your current workbook.
Harris28,
That was a problem I fixed in the new verison. The formula was not taking into account if the temp, nitrate, max, & min were equal to the number provided. Download the new version or change your formula to:
=IF(ISBLANK(E6),"Not Tested",IF(AND(C6=0,D6=0,E6<=F2,F6>=B2,F6<=B3,H6>=H3,H6<=H2),"YES","NO"))
I recommend downloading the new version because it also has the check for SG that the old one does not.
Sorry about that
Beaver
Beaver nice. There is a formula error. Since you are referencing rows 2 and 3 on row 6 (First data input row). The copy/paste that was done shifts the row 2 and 3 references down one row for each line subsequently. I downloaded V2 from the website and changed the max temp to 82 for myself.
WATER TESTING
Min pH8.0Min SG1.019Max Nitrate20.0Min Temp71.0
Max pH8.3Max SG1.027Max Temp82.0
DateTimeAmmoniaNitriteNitratepHSpecific GravityTemparatureCommentsFish Ready
1/1/190012:00 AM0.000.002.008.001.02581.000YES
2/2/190012:00 AM0.000.002.008.001.02581.000NO
Row 6 ==IF(ISBLANK(E6),"Not Tested",IF(AND(C6=0,D6=0,E6<=F2,F6>=B2,F6<=B3,H6>=H2,H6<=H3,G6>=D2,G6<=D3),"YES","NO"))
Row 7 = =IF(ISBLANK(E7),"Not Tested",IF(AND(C7=0,D7=0,E7<=F3,F7>=B3,F7<=B4,H7>=H3,H7<=H4,G7>=D3,G7<=D4),"YES","NO"))