Scientific Notation in Report

antinora

Board Regular
Joined
Dec 4, 2013
Messages
87
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Greetings:

I have a calculated field in a query: PENeeded: IIf(5-[PE]>0,5-[PE],0) which pulls PE field from this field: PE: Nz([Health/Physical Education earned],0)

It works beautifully unless the None-Zero calculation is greater than zero but less than 1. The query and therefore the report displays the value in scientific notation. ex. 5.9999999999e+02 instead of 0.59.

Is there a default I may set so as to remove scientific notation? On the report the number is displayed as ############## since the field is too small to display the large scientific notation value.

Thanks in advance.

John A
NY USA
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Try formatting the field to only display two decimal fields.
Or try using the ROUND function to round the results to two decimal places.
 
Upvote 0

Forum statistics

Threads
1,221,825
Messages
6,162,190
Members
451,752
Latest member
majbizzaki

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top