function question

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Where are you seeing/getting this function?

I can't find it in any of the standard add-ins.
 
Upvote 0
in a spreadsheet sent to me, one of the cell's has this:

=ROUND(EVGET($B$1,$B$2,$B$3,D$2,$B$5,$B$9,D$1,$A47)/100,3)
 
Upvote 0
What is checked when you goto Tools>Addins...?

Is there any code in the workbook? It might be a user defined function.
 
Upvote 0
no add ins are checked,
how do i tell if its a user defined function, and if it is, how do i find out what it's doing?

thanks!
 
Upvote 0
Open the Visual Basic Editor. (ALT+F11)

In the Project Explorer (top left pane) see if there is a folder called Modules.

If it is a UDF the code for it could reside in there.
 
Upvote 0
"The EvGet (Get) function retrieves a data value based on one or more specified members." from the following SAP link:

EvGET - SAP Documentation

Apparently, EVGET returns data from an SAP database, similar to an OLAP connection with MS Access.
 
Upvote 0

Forum statistics

Threads
1,215,359
Messages
6,124,488
Members
449,165
Latest member
ChipDude83

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