Rename your .csv file to .txt.
Then do File|Open and point at that .txt file.
Instead of going through the wizard, hit and hold the shift key while clicking
ok.
This'll put all the data in a single column -- not a single cell.
Then you can copy|paste that data to its real home.
And you may have to modify your formulas so that they check the length of that
value in that cell in the column.
=if(len(a1)=0,"",yourformulahere)
But that's just a sample. It'll depend on what your formulas are.
> I want to be able to copy a csv file into a single cell in an excel
> spreadsheet. I then want to apply a formula to various cells which
[quoted text clipped - 15 lines]
> guyvanzyl's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=35927
> View this thread: http://www.excelforum.com/showthread.php?threadid=558063

Signature
Dave Peterson