Lets say I have a DBF file with data as shown:
Header1 Header2
1 5
2 6
3 7
4 8
And I would like to point to cell A2, add it to B2, create a new column on C titled Header3 and write the answer to C3, how do I go about doing that?
Lets say I have a DBF file with data as shown:
Header1 Header2
1 5
2 6
3 7
4 8
And I would like to point to cell A2, add it to B2, create a new column on C titled Header3 and write the answer to C3, how do I go about doing that?
Copyright © 2021 Jogjafile Inc.
Firstly, dbf files are not spreadsheets. Thinking of them as spreadsheet cells is not helpful.
The answer to your question depends on what package/module you are using to access this file. If you are using mine it would look something like this: