Forum Discussion

ChrizK's avatar
ChrizK
Brass Contributor
Jun 25, 2021
Solved

Please help! Data > Get Data (from File) is driving me insane

I am forced to use Get Data to work around the insane situation with Excel reformatting dates (a centuries old problem that has been discussed to death and still no resolution since the dawn of time ...
  • Riny_van_Eekelen's avatar
    Jun 25, 2021

    ChrizK ISBLANK() requires the cell to contain absolutely nothing. I suspect that your transformation to Date and then to Text returns something to the cell that just isn't visible. Try this in stead:

     

    =IF(cell="","PASS","FAIL")

     

     

    On the other hand, you say that you are "forced to used Get Data". I would want to suggest to do all your validations with "Get and Transform Data" (a.k.a. Power Query), in stead of working with all sorts of formulae in Excel. Power Query is extremely powerful in formatting, matching and more.  But since I haven't seen your data, I may be mistaken. 

Resources