EXCEL QUESTION BANK WITH ANSWERS ONLY* (We do not guarantee the accuracy of the answer) Sr.No Question 1 Which of the following is not a valid data type in excel 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 The Syntax of MATCH function is.............. We can use ________ character as Wildecard in excel Array Functions are denoted by ................. __________ function returns absolute value of number. Which of the following is concantenating operator? __________ function enables to generate random numbers. __________ function returns integer portion of a number. To convert 0.375 in time I will ............................ __________ function returns name of the month. What the following function does....... =IF(ISNUMBER(FIND("gmail",A2))=TRUE,A2,"") AND, OR are ..................... ________________________ facility allows you to highlight the cell(s) in a data table that matches your set-up information? What symbol is used to enter number as text? __________________ Utility is used to solve quadratic equation Data Bars are part of _____________________ The ____ feature of MS Excel quickly completes a series of data An excel workbook is a collection of There are ___________ number of levels on which we can SORT the data. Which of the following formula is syntactically Wrong? Which dialog box allows you to change a field name in a PivotTable? Which functions assist VLOOKUP to search relative values from more than two table __________ function returns the length of the specified string. __________ function split a string into substrings based on a delimiter. Which of the formulas below contain the correct syntax (formula arguments) for the VLOOKUP function? ___________ function is used to return a copy of a string without leading spaces. __________ function returns weekday name. Which of the following formulas, when copied and pasted across multiple cells, will result in the cell references changing for rows but anchored for Answer  Label =MATCH(lookup_value, lookup_array, [match_type]) = { } abs() & rnd() int() Searches A2 for "gmail", and if A2 contains "gmail", returns A2 or returns "" Concatenate Statement Conditional Formatting ‘ Goal Seek Conditional Formatting Auto Fill Worksheets 3 =IF(D2)="TRUE",A2,"") Field Settings CHOOSE length() split() #NAME? Trim weekdayname() $A1 EXCEL QUESTION BANK WITH ANSWERS ONLY* (We do not guarantee the accuracy of the answer) 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 columns? I want to color the values in my column which are less than 50 with red font. Which utility should I use? A features that displays only the data in column (s) according to specified criteria The condition to use Subtotal is.............. The ____ feature of MS Excel quickly completes a series of data Multiple calculations can be made in a single formula using To return the remainder after a number is divided by a divisor in EXCEL we use the function? __________ Function is used to enter current time Which compartments the Pivot Tables have? The syntax of DATE function is....... __________ function converts a string to all uppercase What can you use to easily filter pivot tables interactively in a worksheet? Which of the following function is used to find the highest number in the given series? Correct syntax to create a WHILE LOOP Cells().Value and Range().value What is output of following VBA macro, Sub XYZ()Range("A1").Value = "Hello"End Sub __________ function enables to change value of a cell The variables that does not change the value during execution of program is __________ Which of the following is not looping statement Is it obligatory to declare variables? What is output of following VBA macro, Sub XYZ() Dim i, a As Integer a=1 For i = 1 To Range("A1").Value Cells(i, 4).Value = a a=a+2 Next i End Sub The default property for a text box control is __________ Define String Varable in VBA Which of the following is not a valid data type in excel R[-2]C will indicate _______________ Cell The Properties window plays an important role in the development of Visual Basic applications. It is mainly Conditional Formatting Filtering The table must be sorted on the Subtotal key Fill Handle nested formula MOD #NAME? Filters, Columns, Rows, Values #NAME? ucase() Slicer 0 WHILE...WEND works same Messages "Hello" range("A1").Value Constant It Then Goto It is not, Excel declares them automatically according to the value added. Prints total numbers mentioned in A1 starting from C1, each by adding 2 in previous Text Dim J as String Number Two rows above and same column the Active Cell To change how objects look and feel EXCEL QUESTION BANK WITH ANSWERS ONLY* (We do not guarantee the accuracy of the answer) 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 used Which of following is incorrect, What are the data types in VBA? What do we call a computer program that organizes data in rows and columns of cells? A __________ variable is one that is declared inside a procedure. The default datatype for VB is ___________ In visual basic the declaration of variables is done by _____ key word. ________ function returns the intervals between two dates in terms of years, months or days. Comments put in cells are called R3C2 indicates ________ cell An excel workbook is a collection of ________ indicates whether a particular condition is on or off. Which programming languae does VBA is based on? Define Integer Array in VBA _________ is the process of finding and removing errors. Without using the mouse or the arrow keys, what is the fastest way of getting to cell A1 in a spreadsheet? __________ function enables to display popup message What is output of following VBA macro, Sub XYZ() MsgBox ("Hello !! This is Excel Macro Test.") End Sub What is a Macro? A VBA unit is called a _____ ___________ referncing indicates columns also in number Which of the following is an absolute cell reference? __________ do not return a value. Which of the following is not a way to complete a cell entry? 77 Correct syntax to create IF statement 78 Each excel file is called a workbook because 79 80 Correct syntax to create a DO WHILE LOOP Resize property is used______________ _________ is a built in function to return lower bound of an array. Define String Array in VBA VBA is: 81 82 83 None of these. All of these Spreadsheet program local Variant dim DateDiff( ) Cell tip B3 Worksheets and charts Check box Visual Basic Dim IntArr() As Integer Debugging Press Ctrl +Home MsgBox Displays messagebox with message It is a shortcut which runs a recorded or written process. Macro R1C1 $AX$6539 Sub procedure If << condition >> Then << statements >> Else << statements >> End If It can contain many sheets including worksheets and chart sheets Do While << condition >> [statement ....] Loop Increase the active range size Lbound() Dim Str() as String a Microsoft programming language EXCEL QUESTION BANK WITH ANSWERS ONLY* (We do not guarantee the accuracy of the answer) used to extend Excel functions 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 When we don’t declare fixed number of elements in the arrary, it is called ________________________ Which of the following will not cut information? When you link data maintained in an excel workbook to a word document What is output of following VBA macro, Sub XYZ() Dim i As Integer For i = 1 To Range("A1").Value Cells(i, 3).Value = i Next i End Sub A circular reference is Which of the following is the oldest spreadsheet package? Correct syntax to create a FOR LOOP To save a workbook, you: _________ is used for finding out the properties of selected control in User form What will be the result if you type =A1=B1 in cell C1? To input the formula with R1C1 referencing, we use _____________ method ________ loop repeats a group of statements for each item in a collection of objects or for each element of an array. The function procedures are ___________ by default. Which area in an excel window allows entering values and formulas Which of the following is a popular DOS based spreadsheet package? What is output of following VBA macro, Sub XYZ()Range("A1").Value = ActiveCell.AddressMsgBox ActiveCell.Address End Sub 102 When you copy a formula What is output of following VBA macro, Sub XYZ() Dim temp As Double temp = Range("A4").Value Range("A4").Value = Range("B4").Value Range("B4").Value = temp End Sub In Visual Basic, a variable name cannot be more than __________ characters. 103 OffSet property is used______________ 101 Dynamic array Pressing Ctrl + C The word document contains a reference to the original source application Prints 1 to value in A1 from C1 A formula that either directly or indirectly depends on itself VisiCalc FOR...NEXT Click the save button on the standard toolbar from the menu Properties window True or False Formula R1C1 For each loop public Formula bar Lotus 1-2-3 Messages the address of active cell Excel edits cell references in the newly copied formula Exchanges values of A4 and B4 255 to move or refer to a reference skipping a particular number of rows and columns EXCEL QUESTION BANK WITH ANSWERS ONLY* (We do not guarantee the accuracy of the answer) 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 Which of the following VBA windows shows the code of the active object? When the user clicks a button, _________ is triggered. The ______ is a tool used for both the Input and output purpose. The output of- OFFSET(A1,4,3,2,3) is_________ The _________ allows direct exit from a For loop, Do loop, Sub procedure, or Function procedure. To delete an embedded objects, first ______ is Microsoft Excel file default extension What is the shortcut key to open VBA editor, in excel? MDI stands for _________ __________ statement enables us to trap runtime error. To create a formula, you first: Which of the following VBA windows shows the code of the active object? Right clicking something in Excel: When the user clicks a button, _________ is triggered. We can use ________ statement to search last row of data Which of the following refers to computer code, in VBA, that performs some action on or with objects? Visual Basic is a tool that allows you to develop application in __________ Rounding errors can occur __________ character use to put comment in VBA Define Integer Varable in VBA Which is used to perform what if analysis? I want that Excel should mandate me to declare every variable I use in my program with DIM statement. How do I do it? To get Initials of First Name and Last Name separated by dot(e.g. For first name.. “A.R.―), I will use ______________ function (Fig 1) Which function from the below options will get us the last name in both the cells when dragged after entering in cell B2 to B3? Which utility is used to display arrows in Signups column (Fig 3) In INDEX function, if the array argument includes more than one row and row_num is omitted or set to 0, the INDEX function returns ..................... Code window an event Text box Range D5:F6 Exit Select it and then press the delete key .xlsx ALT+F11 Multiple Document Interface. On Error Type the equals sign (=) to tell Excel that youre about to enter a formula Code window Opens a shortcut menu listing everything you can do to the object an event =Cells(Rows.count,1).End(xlUp).Row Sub-procedure Graphical User Interface When you use multiplication, division, or exponentiation in a formula ' Dim i As Integer All of above Use OPTION EXPLICIT statement 1.W. #VALUE! Icon Set Entire Column EXCEL QUESTION BANK WITH ANSWERS ONLY* (We do not guarantee the accuracy of the answer) 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 To get the sale of City entered in E2 cell, how combination of INDEX and MATCH functions How will you use the combination of INDEX and MATCH to find out consumed by customer mentioned in E1 and for product mentioned E2 =TEXT(DATE(2021,9,16),"DDDD-mmm-yyyy") formula returns date as ….. Difference between TEXTJOIN and CONCATENATE function is Use IF statement to show mail IDs in Column C only if it is of gmail, or else show space. Formula in F2 will be….. Study the screenshot above. If I entered the formula: =INDEX(A2:A10,5) into a blank cell, what would the result be? (QA8) Study the screenshot above. Using the INDEXMATCH function, which of the formulas below, when entered into the highlighted cell (E3), will yield the result Group result (32A)? (QA9) Which of the following is NOT possible with VLOOKUP? Which of the following is a comparison operator for inserting a not equal to argument in an IF, COUNTIF or SUMIF function? ________________________ is the syntax of CHOOSE function ___________________ functions looks the values in excel table Horizontally what is the output of "ActiveCell.Value = ActiveCell.Offset(-1, 0).Value + 1" statement The extension of Excel Macro enabled workbook is ______________. Which variable is private and which is public? Dim B As String Sub DeclareVar() Dim A As String A = "Product " B = "ID" End Sub Sub PrintVar() Range("A1").Value = A Range("B1").Value = B End Sub Suppose column A contains a list of confectionery items. Which is the most efficient method to find anything containing “Chocolate―? QA10 Suppose you ended up with too many filters on a table and lose confidence that all items are showing. #N/A #N/A Thursday-Sep-2021 TEXTJOIN trims extra spaces in the text whereas CONCATENATE does not Julian. #NAME? You can lookup values located in a column to the left of the column that contains the lookup value <> CHOOSE(index_num, value1, [value2], …) Hlookup Will fetch value of previous row and same column of active cell, add in in it and put it in active cell xltm B is Public , A is Local Select the Filter and type “choc― in the search box Turning off the Filter, then reapplying it EXCEL QUESTION BANK WITH ANSWERS ONLY* (We do not guarantee the accuracy of the answer) 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 Which is the quickest method to ensure all filters are reset? User Defined Function returns variable _________________ range("A1:C3").offset(2,3).select statement will select range ____________. __________________ one of the characteristic of clean data To retain the data in an dynamic array __________ ketword is used with ReDim statement Suppose column A contains a list of confectionery items. Which is the most efficient method to find anything containing “Chocolate―? Which code block will check whether the number entered in A1 is ODD or EVEN and syntactically right? When user selects any sheet _________ event occurs? Under which tab and in which function group will you find the option to insert a Pivot Table? Which of the following is NOT a box in the PivotTable Fields List? Suppose column A contains a list of confectionery items. Which is the most efficient method to find anything containing “Chocolate―? Which of the following is not a valid Filter argument? Which of the following is not a collection? What will following statement do? cells(rows.Count,1).end(xlUp).row I want to select the whole second column in my excel sheet. What will the statement Dim Arr() as String statement will_____________ _____________ keyword is used to sort the data in desceding order in SORT method. ___________ is the default Lower bound in the VBA Arrays? Difference between Worksheets.Count and Sheets.count is _________________ ________________________ Statement defines arrays with Lower Bound 1 To give a focus to a particular sheet, we can use __________ method In VBA Model the sequence of collection is What will output of following code? Private Sub Worksheet_Change(ByVal Target As Range) If Target.Column = 2 Then If Not IsNumeric(Target.Value) Then MsgBox "Dont enter other than numbers" of function name D3:F5 data should not merged cells Preserve Select the Filter and type “choc― in the search box Will take cursor to last cell of the range Rows(2).select Declare Dynamic array named Arr xlDescending 0 Worksheets.count returns number of only sheets and Sheets.count retruns number of all types of sheets Option Base 1 Activate Application->Workbooks>Worksheets->Range Validates the data in column B and restricts user to enter only Numbers, gives message if user enters other data than Number EXCEL QUESTION BANK WITH ANSWERS ONLY* (We do not guarantee the accuracy of the answer) 168 169 170 171 172 173 174 175 Target.Value = "" End If End If End Sub What will be the output? Sub Test2() Dim i As Integer Dim LastRow As Integer Worksheets(2).Activate LastRow = Cells(Rows.Count, 1).End(xlUp).Row For i = 2 To LastRow If Cells(i, 1) = Cells(2, 2) Then Cells(i, 1).Interior.Color = vbRed End If Next i End Sub what will be values in "a" Array after exceuting the code? Public Sub Constant_demo_Click() Dim a() As Variant Dim i As Integer i = 0 ReDim a(3) a(1) = "XYZ" a(2) = 41.25 a(3) = 22 '------------------------------- ReDim a(7) For i = 4 To 7 a(i) = i Next End Sub Which rows or columns following code will delete and with which Condition? Sub DeleteRow() Dim LastRow As Long, i As Long LastRow = Cells(Rows.Count, 1).End(xlUp).Row For i = LastRow To 1 Step -1 If IsEmpty(Cells(i, 1)) = True Then Cells(i, 1).EntireRow.Delete End If Next i End Sub Sub ForEachLoop() Dim sh As Worksheet For Each sh In Worksheets sh.Cells(1, 1) = "HI" sh.Cells(1, 1).Font.Color = vbRed Next sh End Sub We can use Public statement after Option Explicit statement What is the second parameter of SUMIF function My table has columns…...PatientName, DischargeDate, FeeTotal, FeesPaid, FeesDue. I want total number of patients that are discharged on 1st September 2022. Which is the appropriate formula My table has columns…...PatientName, DischargeDate, FeeTotal, FeesPaid, FeesDue. I want total fees dues from the patients. Which formula I will Checks data in each cell of Column 1 and colors it with Red if it contain Data mentioned in Cell B2 a(1)= Empty, a(2)=Empty, a(3)=Empty, a(4)= 4, a(5)=5, a(6)=6, a(7)=7 Will delete Row which has no value in column A Highlights A1 of all sheets in workbook TRUE criteria #NAME? SUMIF EXCEL QUESTION BANK WITH ANSWERS ONLY* (We do not guarantee the accuracy of the answer) 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 use? My table has columns…...PatientName, DischargeDate, FeeTotal, FeesPaid, FeesDue. I want to insert a column named "Settled Fees Yes/No" for each patient? Which is the appropriate formula? I want Month name in three chracters from the date 22/9/2022. What the below mentioned formula will do?=DATE(0,MONTH(B6)+C6,0) To get today's date, I can use___________________ function I want to add a Custom Auto Fill list in Excel. Which menu and which options will help me To give name to a cell, cell range will___________ To convert a Cell reference to Absolute I need ________character In a excel workbook, ________ number of sheet will be there by default Optional parameters of a function is shown with _____________________ in the syntax of the function. In our BMI (Body Mass Index Database) that we used in class, is I want to know how many Normal people are there, how can I use the formula? If I want to fill same data in many cells, I can select that cell, type required data and press ____________ I want to see the values in a column which are Above Average, which utility I can use? The formula "=FIND("gmail",A12)" will _____________ The formula "=RIGHT(B190,LEN(B190)-4)" will _____________ In forth parameter of VLookUp function, False means___________ Index Function in Excel ____________________________ =AVERAGE(INDEX(Table6,,H3)) function will ____________ Syntax of Index Function is____________ In Pivot tables, I can use "Calculated Fields" by selecting Option_____________________ I have data in the Range A4:E16 with column names Employee ID, Name, Location, Salary and Age. I want to find out Name of Employee ID mentioned in B18. What will be the VLookUp function? To convert Lower Bound of an to 1 by default use ______________ statement #NAME? Sep Adds number of Months mentioned in C6 to date mentioned in B6 Today() File-->Options-->Advanced--->Edit Custom List Increase Readiability of my formula $ 3 Circular Bracket countif(F2:F60,"Normal Weight") Ctrl+Enter Conditional Formatting Return position of starting of "gmail" word. return right side text of B190 after removing characters equal to length of the string minus 4 from left Exact match returns a cell reference and values from within a given array or range. Return the Average of nth column mentioned in cell H3 of Table6 INDEX(array[, row_num][, column_num]) PivotTable Analyse--> Fields, Items & Sets #N/A Option Explicit