EXACT (PQL - xl)
This function returns true if two strings are the same; otherwise, false
- Library: PQL \ Spreadsheet \ Text
- Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
Syntax
EXACT(text1, text2)
Function Arguments
Name | Description | Type | Optional |
text1 | The argument is text string | String |
|
text2 | The argument is text string | String |
|
Comments
This function is the same as the Microsoft Excel 'EXACT' function - using the same inputs, logic and outputs.