EXCEL_Formulas_Bible

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 10

flashcard set

Earn XP

Description and Tags

11 Terms

1

What is the key feature added in Excel 365/Excel 2021's Formulas Bible?

Dynamic Arrays and many new formulas.

New cards
2

What formula would you use to find if a list has duplicates?

=MAX(COUNTIF(A1:A1000,A1:A1000)) If the answer is 1, list is unique.

New cards
3

How do you calculate the number of unique values in a range?

Use the formula: =IF(COUNTA(A1:A100)=0,0,COUNTA(UNIQUE(FILTER(A1:A100&"",A1:A100<>""))))

New cards
4

What formula can generate sequential weekday names?

=TEXT(DATE(2017,1,SEQUENCE(7)),'ddd') for 3 character names.

New cards
5

How can you count the number of working days in a month?

=NETWORKDAYS(INDEX(EOMONTH(A1,0),1),EOMONTH(A1,0)) assuming A1 contains the month.

New cards
6

What formula is used to calculate age from a birthday?

=DATEDIF(A1,TODAY(),'y') where A1 contains the birthday.

New cards
7

What is the formula to convert a month name to a number?

=MONTH('1'&A1) where A1 contains the month name.

New cards
8

Give the formula for converting from mm/dd/yy to dd/mm/yy.

=FILTERXML(''&SUBSTITUTE(TEXT(A1,'mm/dd/yyyy'),'/','')&'','//s[2]')&'/'&FILTERXML(''&SUBSTITUTE(TEXT(A1,'mm/dd/yyyy'),'/','')&'','//s[1]')&'/'&FILTERXML(''&SUBSTITUTE(TEXT(A1,'mm/dd/yyyy'),'/','')&'','//s[3]')
New cards
9

How to find the location of the first number in a string?

=IFERROR(AGGREGATE(15,6,FIND({0,1,2,3,4,5,6,7,8,9},A1,SEQUENCE(LEN(A1))),1),'')

New cards
10

What formula can determine if a year is a leap year?

=MONTH(DATE(A1,2,29))=2 where A1 contains the year.

New cards
11

How do you generate non-repeating random numbers in Excel?

=INDEX(UNIQUE(RANDARRAY(30-1+1,,1,30,TRUE)), SEQUENCE(10)).

New cards

Explore top notes

note Note
studied byStudied by 29 people
666 days ago
5.0(1)
note Note
studied byStudied by 25 people
544 days ago
5.0(1)
note Note
studied byStudied by 3 people
82 days ago
5.0(1)
note Note
studied byStudied by 235 people
698 days ago
5.0(3)
note Note
studied byStudied by 32 people
131 days ago
5.0(1)
note Note
studied byStudied by 85 people
308 days ago
5.0(1)
note Note
studied byStudied by 1958 people
694 days ago
4.9(7)

Explore top flashcards

flashcards Flashcard (38)
studied byStudied by 3 people
283 days ago
5.0(1)
flashcards Flashcard (60)
studied byStudied by 18 people
531 days ago
5.0(1)
flashcards Flashcard (65)
studied byStudied by 27 people
686 days ago
5.0(1)
flashcards Flashcard (31)
studied byStudied by 8 people
80 days ago
5.0(1)
flashcards Flashcard (37)
studied byStudied by 252 people
446 days ago
5.0(2)
flashcards Flashcard (23)
studied byStudied by 3 people
504 days ago
5.0(1)
flashcards Flashcard (38)
studied byStudied by 6 people
357 days ago
5.0(1)
flashcards Flashcard (25)
studied byStudied by 112 people
706 days ago
5.0(8)
robot