Skip to content

Commit 9df28e0

Browse files
committed
Update README.md
2 parents f1101b3 + abe12d5 commit 9df28e0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ Excel-DNA XFunctions Add-in
55

66
For some great material (including videos) on the new functions see the Bill Jelen (Mr. Excel) site - [The VLOOKUP Slayer: XLOOKUP Debuts in Excel]( https://www.mrexcel.com/excel-tips/the-vlookup-slayer-xlookup-debuts-excel/#readmore).
77

8-
**XFunctions** is meant to be a completely compatible implementation that covers the full functionality of XLOOKUP and XMATCH, but for the current version I expect bugs, especially in the advanced parameter cases.
8+
**XFunctions** is meant to be a completely compatible implementation that covers the full functionality of XLOOKUP and XMATCH.
99

1010
The add-in should work in all Windows versions of Excel, with separate 32-bit and 64-bit add-ins.
11+
If the add-in is loaded into a version of Excel that already supports the XLOOKUP and XMATCH functions, the add-in will register the add-in functions under the names XLOOKUP.FROM.ADDIN and XMATCH.FROM.ADDIN respectively.
1112

1213
Getting Started
1314
---------------
@@ -17,6 +18,8 @@ Here are some example workbooks with data from the online help and other blogs p
1718

1819
Examples
1920
--------
21+
_(Note that the examples below were created before the `[if_no_match]` parameter was added to XLOOKUP.)_
22+
2023
The [HelpExamples workbook](https://github.com/Excel-DNA/XFunctions/blob/master/Examples/HelpExamples.xlsx) contains a number of examples corresponding to the online help documentation for the respective functions.
2124

2225
![XLOOKUP Example 1](https://github.com/Excel-DNA/XFunctions/blob/master/Screenshots/XLOOKUPExample1.png)
@@ -32,10 +35,9 @@ Notes
3235

3336
TODO
3437
----
35-
* Decide whether to use the same names or different ones (e.g. "XLookup_" to make clear it's not the built-in "XLOOKUP" function)
3638
* Understand compatibility for sheets between real functions and the XFunctions version - internally the workbook knows whether a function in a formula is a built-in function or an xll function . . . how does it behave when loaded backwards or forwards?
37-
* Decide what to do when loading in an instance where the real functions are present
3839
* Clean up, add tests etc.
40+
* Fix up example books again, in a version where XLOOKPU is not yet supported.
3941

4042
Support and participation
4143
-------------------------

0 commit comments

Comments
 (0)