Change values to positive when data pulled from Access Database

Roo1799

New Member
Joined
Jan 27, 2022
Messages
14
Office Version
  1. 365
Platform
  1. Windows
Hi,

Been on stuck on this for a couple of days, and cannot figure this out. I have a Database in Microsoft Access and my excel file is connected to one of the queries to pull the data into excel.
The query within Access is called Fcst_scenarios, and I want to convert all revenue values as a positive. Example of the data below.

Cost_Type1 Net Portfolio
Revenue -1000 Project Y
Labour 5000 Project X
External Costs 259 Project Y
Revenue -450 Project Y
Labour 500 Overhead

I still need to keep the current formula that excludes any Portfolio as Overhead.

Thanks in advance.

1651134068083.png
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Update your Access query to use the absolute value function (ABS) on that field to convert all negatives to positives.
See: MS Access: Abs Function
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,575
Members
449,039
Latest member
Arbind kumar

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