menu
QAmmunity.org
Login
Register
My account
Edit my Profile
Private messages
My favorites
Ask a Question
Questions
Unanswered
Tags
Categories
Ask a Question
Which of these functions in excel is best suited for extracing a substring from within a long text message? A. LOWER B. TRIM C. MID D. LEN E. CONCAT
asked
Aug 21, 2024
188k
views
5
votes
Which of these functions in excel is best suited for extracing a substring from within a long text message?
A. LOWER
B. TRIM
C. MID
D. LEN
E. CONCAT
Computers and Technology
high-school
Jeremy Farrell
asked
by
Jeremy Farrell
8.5k
points
answer
comment
share this
share
0 Comments
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1
Answer
6
votes
Answer: C
Explanation: To extract a substring, starting in the middle of a string, use the MID function in Excel. Explanation: the MID function starts at position 7 (O) and extracts 6 characters.
Araw
answered
Aug 25, 2024
by
Araw
7.9k
points
ask related question
comment
share this
0 Comments
Please
log in
or
register
to add a comment.
← Prev Question
Next Question →
Related questions
asked
Feb 13, 2024
91.5k
views
What function removes extra spaces at the beginning and end of a string? A) Trim() B) Substring() C) Replace() D) Concat()
Dazbradbury
asked
Feb 13, 2024
by
Dazbradbury
8.2k
points
Computers and Technology
high-school
1
answer
0
votes
91.5k
views
asked
Nov 15, 2022
143k
views
(e) Give the output of the following: String n="Computer Knowledge"; String m = "Computer Applications"; System.out.println(n.substring(0,8).concat(m.substring(9)));
Jcmordan
asked
Nov 15, 2022
by
Jcmordan
8.1k
points
Computers and Technology
high-school
2
answers
4
votes
143k
views
asked
Oct 8, 2021
98.1k
views
Consider the following recursive method. public static void whatsItDo(String str) { int len = str.length(); if(len > 1) { String temp = str.substring(0, len – 1); whatsItDo(temp); System.out.println(temp);
VDarricau
asked
Oct 8, 2021
by
VDarricau
7.3k
points
Computers and Technology
high-school
1
answer
3
votes
98.1k
views
Ask a Question
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.
9.5m
questions
12.2m
answers
Other Questions
The book shows how to add and subtract binary and decimal numbers. However, other numbering systems are also very popular when dealing with computers. The octal (base 8) numbering system is one of these.
Seven basic internal components found in a computer tower
describe an advance in technology that makes life more enjoyable. what discoveries contribute to this technology?
Disadvantages of using animation in advertising? advantages and disadvantages of using animation for education? advantages and disadvantages of using animation in entertainment?
This is science they just dont have the subject buy anyways describe interactions you have with the environment that you depend on to meet your basic needs hope u can help
Twitter
WhatsApp
Facebook
Reddit
LinkedIn
Email
Link Copied!
Copy
Search QAmmunity.org