I am having trouble assigning a unique value to all the blank cells in a column with a Function. If the value is Null, i would like the value of the cell to then be something like "BlankCell1" and so forth. (blankcell2, blankcell3, etc).
I cant figure out what to put in my true statement to automate that. Here's what I have so far:
=IF('ASP DATA FILE'!Q2="","blank",'ASP DATA FILE'!Q2)
Any help would be appreciated.
Thank You
Bookmarks