I have a current formula =IF(G38<=0,"",'[IRRIG_CALCS.xls]C - ZONE INFO "A"'!F19) This formula works to display the current words that I am looking for. However I need to add onto it. So currently its looking in another spread sheet for a column if it has nothing in it then it leaves the new column in my new spreadsheet blank but if it has a numbered value in it then it displays the word from the first spreadsheet (which is Irrg_Calcs.xls) Column F. I have added two new values to column F the values are Water Feature and Non Irrigated. So now I need to add onto this formula to have it display blank also if column F has the value Water Feature or Non Irrigated in it.
I was thinking it should go something like this =IF(AND(G38<=0,"",'[IRRIG_CALCS.xls]C - ZONE INFO "A"'!F19),IF(F19=Water Feature,""))
But this formula doesn't work its giving me a #VALUE! error.
I hope someone can help me. Let me know if you need more info.
Thanks, Marcy
I was thinking it should go something like this =IF(AND(G38<=0,"",'[IRRIG_CALCS.xls]C - ZONE INFO "A"'!F19),IF(F19=Water Feature,""))
But this formula doesn't work its giving me a #VALUE! error.
I hope someone can help me. Let me know if you need more info.
Thanks, Marcy