Hi,
Thank you for the forum! I am working on a ExCel-raport where we retrive the data via a query.
Now I want to have a formula telling me (here I have used "It works) if all the necessary cells has values.
I thought I fixed it by using:
=IF(AND(D1<>"";E1<>"";F1<>"";G1<>"";H1<>"");"It works";"")
however, some of the cells being downloaded to the ExCel-sheet is empty, but contains spaces. How do I then know that the necessary cells contains values (some contains letters, some numbers), but not spaces?
The meaning by the report is that is should be automated, so I can't go in and mark the cells and delete the spaces everytime it retrives data with the query
If anyone has a good solution, please yell out
Thanks!
Thank you for the forum! I am working on a ExCel-raport where we retrive the data via a query.
Now I want to have a formula telling me (here I have used "It works) if all the necessary cells has values.
I thought I fixed it by using:
=IF(AND(D1<>"";E1<>"";F1<>"";G1<>"";H1<>"");"It works";"")
however, some of the cells being downloaded to the ExCel-sheet is empty, but contains spaces. How do I then know that the necessary cells contains values (some contains letters, some numbers), but not spaces?
The meaning by the report is that is should be automated, so I can't go in and mark the cells and delete the spaces everytime it retrives data with the query
If anyone has a good solution, please yell out
Thanks!