Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

exporting business objects into

Forum home » Delegate support and help forum » Microsoft Excel Training and help » Exporting from Business Objects into Excel

Exporting from Business Objects into Excel

ResolvedVersion Standard

Jiwan has attended:
Access Introduction course

Exporting from Business Objects into Excel

Exporting data from Business Objects (query run on Oracle DB) into excel, the data which is in number format in BO sometimes appears in Excel as text. How can the format of that be changed to 'number' such that it can be calculated upon?

Value function - converting text to Numbers

Dear Jiwan

Thank you for attending Access Intro. I hope that you enjoyed the course and benefited from it.

I'd like you to try the Value function.

Simply insert a new column next to the column where the values appear as text.

Type =Value(Text) where Text will be the cell that contains the number that appears as text.

Replicate (Copy and paste) the cells to the other cells so that function is pasted to other cells in that column.

Select all the cells with the Value functions and then Choose Edit > Copy.

Without deselecting the cells choose Edit > Paste Special... and then choose Values.

Press OK

Delete the original column with the values that contained Text.

This should be able to resolve your query.

If it doesn't work then please press the reply button and I should be able to research into it!!

If this has helped in resolving your query then I would request you to mark this post as Resolved.

Thank you

Kindest Regards

Rajeev Rawat
MOS Master Instructor 2000/2003

Excel tip:

Sum Up All the Values in A Column

If you want to quickly calculate the Summed values of all cells in a column in Excel 2003 normally you would use the SUM formula. (eg if you wanted to calculate the values in Column C rows 10 to 25) the formula would be:

=SUM(C10:C25)

However, if you keep adding values to column C you would keep having to modify the above SUM formula which can get quite annoying.

To get around this you can sum all the values in a column using the following formula:

=SUM(COLUMN:COLUMN)

Which, in our example, would be:

=SUM(C:C)

NOTE You cannot place this formula in column C, or else Excel 2003 will show a circular reference error.

The formula must be placed in any other column, EXCEPT the one being calculated.

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.1 secs.