Skip to content

VLookup Column Index Number Not Being Used#53

Open
OptrixAU wants to merge 4 commits intobradbase:masterfrom
OptrixAU:master
Open

VLookup Column Index Number Not Being Used#53
OptrixAU wants to merge 4 commits intobradbase:masterfrom
OptrixAU:master

Conversation

@OptrixAU
Copy link
Copy Markdown

@OptrixAU OptrixAU commented Oct 6, 2021

VLOOKUP was always returning the value of the first data column - it wasn't paying any attention to the 'col_index_num' parameter.

Added a check for low values, and made it use the appropriate column.

VLOOKUP was always returning the value of the first data column - it wasn't paying any attention to the 'col_index_num' parameter.

Added a check for low values, and made it use the appropriate column.
@OptrixAU
Copy link
Copy Markdown
Author

OptrixAU commented Oct 6, 2021

Fixes issue #54

If a formula contained a '$' symbol, it couldn't be looked up correctly. Removed '$' symbols in cell addresses.
@OptrixAU
Copy link
Copy Markdown
Author

Fixes issue #56

Added an item to the TODO list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant