PDF Number formatting in Excel

syedshah

New Member
Joined
Mar 21, 2022
Messages
4
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
Hi

I need help with formatting PDF report in excel. I have system generated PDF reports, i have converted/exported those PDF reports in excel in order summarize the reports. In PDF table i have some negative numbers that do not add up when i sum up the table. i have used trim formula to make sure there is no space but still doesn't work.

1647857925343.png


Please see example above. Could someone please advise what should i do, how i can format these numbers so i can use formulas to sum up the table, rather deleting and then manually typing each negative number. Thank you
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
use substitute formula to remove "-" sign and multiply by 1

example =substitute(cell value ,"-","")*1
 
Upvote 0
Thank you but this doesn't work. Plus i want to keep negative number as negative but want to format so i can add them up. Thanks

1647862561408.png


This is just an example i have big data with both positive and negative numbers. i can do manually but it take times. I need to format as normal so i can use sumifs formula to get total for each agency and do reporting. Thank you
 
Upvote 0
Try using text to columns on the data tab, delimited, next, clear all checkboxes, finish.
 
Upvote 0
Thanks, I have tried this and still doesn't work. When i sum up the numbers formula don't work.
 
Upvote 0
What do you use as the decimal separator?
 
Upvote 0
These numbers are imported from PDF to excel. Where there is no negative it fine i can add up those numbers. Wherever negative number come up formula doesn't work. Please see below when i remove minus sign and add back in (manually) it is fine, I can add up numbers and i can format those numbers. As reports data is big and have both negative and positive numbers, it is time consuming if i do manually. I was thinking if there is any solution.

I have copied and paste some numbers from report below. Please have a look and if you or someone can help that would be great. Thank you

1647878052797.png



‐24.28
‐23.67
‐23.67
8.58
8.58
8.58
8.58
9.06
9.06
9.06
10.66
10.66
10.66
4.87
4.87
4.87
4.87
 
Upvote 0
Ok, is you put this in a blank cell what does it return
Excel Formula:
=UNICODE(K7)
 
Upvote 0

Forum statistics

Threads
1,215,016
Messages
6,122,700
Members
449,092
Latest member
snoom82

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