Skip to content

second set excel function implementations  #6

@mmsesay

Description

@mmsesay
  1. MID: The Excel MID function extracts a given number of characters from the middle of a supplied text string. For example, =MID("apple",2,3) returns "ppl". =MID (text, start_num, num_chars)

2.REPLACE: To replace text by position. REPLACE removes the two asterisks (**) by replacing the first two characters with an empty string ("").

  1. SEARCH: return the numeric position of matching text. =SEARCH(B4,C4)

  2. ABS: The Excel ABS function returns the absolute value of a number. Negative numbers are converted to positive numbers, and positive numbers are unaffected. =ABS(number)

  3. EXACT: allows you to compare two text strings in a case-sensitive manner. =EXACT(C5,D5) -> True / False

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions