Excel to extract value from another software.

Cubist

Well-known Member
Joined
Oct 5, 2023
Messages
760
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
Hi,
I have a licensed software that has cells similar to excel...

1708459503862.png


For each Zip/ST, there's a corresponding Area Factor. I need to loop through all of the Zip/ST and extract the corresponding Area Factor.

The desired simple output is something like this in Excel...
1708459747904.png


I've never done this before not sure if this is possible for excel to interact with another software. Thanks.
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
I have a licensed software that has cells similar to excel...
Usually such software will have an 'export' feature that will allow you to save such data to a .CSV file, or sometimes directly to an .xlsx format file.

I need to loop through all of the Zip/ST and extract the corresponding Area Factor.
Then you open the .CSV file using Excel, and write a VBA macro to loop through the data.
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,959
Members
449,096
Latest member
Anshu121

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