Fill column with default value
Hello,
Hopefully this will be fairly simple. I have a spreadsheet containing
4 columns, the third column is blank. What I would like to do is fill
the blank column with a single character, specifically "P".
An example sheet would look like the following:
1 data data
2 data data
3 data data
4 data data
I would like an end result of:
1 data P data
2 data P data
3 data P data
4 data P data
Can someone help me?
Thanks,
-Nate
|