M
Michael of Hanson
I am trying to create a registry for tracking mileage. I have two collums: One titled "Personal Miles" and the other titled "Business Miles". Both of these collums have the conditional "IF" function contained in each of their cells. From those two collums I am trying to obtain a total into a third collum by using the function:
=IF(AND(ISBLANK(H4),ISBLANK(I4)),"",K3+H4+H3
but it gives me a #VALUE! error
If anyone can help, please
Michael
=IF(AND(ISBLANK(H4),ISBLANK(I4)),"",K3+H4+H3
but it gives me a #VALUE! error
If anyone can help, please
Michael