Pedro Morais
Board Regular
- Joined
- Dec 5, 2007
- Messages
- 90
Hi all,
I appreaciate your help on this.
I'm using VBA to insert formulas in some cells as below:
"=IF(ISNA(VLOOKUP(RC[-1],IE!R2C2:R1500C38,2,FALSE)),"""",VLOOKUP(RC[-1],IE!R2C2:R1500C38,2,FALSE))"
Then I select that area and paste special values over it.
Problem is then when I SORT, because my formula defines when is NA() the cell to be = "", it will put those spaces before.
Is there anyway I can define a cell empty instead of ""?
Thansk
I appreaciate your help on this.
I'm using VBA to insert formulas in some cells as below:
"=IF(ISNA(VLOOKUP(RC[-1],IE!R2C2:R1500C38,2,FALSE)),"""",VLOOKUP(RC[-1],IE!R2C2:R1500C38,2,FALSE))"
Then I select that area and paste special values over it.
Problem is then when I SORT, because my formula defines when is NA() the cell to be = "", it will put those spaces before.
Is there anyway I can define a cell empty instead of ""?
Thansk