Quick question. I am trying to figure out if/then formulas. I am in the process of making a formula that calculates exchange rates from $ to € for my budget spreadsheet for my summer trip to Europe.
Anyway, I want to know if it is possible to have a formula that keeps the cell blank if there is no data entered in to the cells I am using in the formula. Example: =If(K8>0,J8/K8,BLANK)
Does anyone know if that is possible? the best I can do right now is =IF(K8>0,J8/K8,0) which makes rows and rows of 0s up and down my spreadsheet.
Thanks for the help
Anyway, I want to know if it is possible to have a formula that keeps the cell blank if there is no data entered in to the cells I am using in the formula. Example: =If(K8>0,J8/K8,BLANK)
Does anyone know if that is possible? the best I can do right now is =IF(K8>0,J8/K8,0) which makes rows and rows of 0s up and down my spreadsheet.
Thanks for the help