Hello all and thank you for reading this.
I have a multi-sheet form. One sheet has the raw data and the other is putitng that data to a template format for a database import. Currently, I'm using =IFERROR(IF(raw!A2<1|""|raw!A2)|""), This works as intened, if there is a value in the A2 cell, then that value is printed to the template form. The database needs to see an empty cell if there is no data or it will import the formula to the database.
Setting up a new template has posed a problem. The data now includes cells with (blank) in them. The above formula will see that as a value >1 and print, "(blank)" to the template. I can't have this either. So, I 'm trying to create a formula that will look at a cell and if it is <1 or has the text (blank) to return a "" to the cell or if its >1 and not (blank) to print cells content.
My attempts at using "IF(or" and IF(and" have failed miserably any help would be greatly appreciated.
Bookmarks