کا استعمال کرتے ہوئے خلیوں میں تبصرے شامل کیے جاسکتے ہیں؟ _____
A. Home > Comments
B. None of these
C. Data > Comments
D. Insert > Comment
Explanation
Comments can be added to cells using Insert > Comment .
Right-click the cell and then click Insert Comment (or press Shift+F2).
Show/Hide Explanation
مندرجہ ذیل وائلڈ کارڈ حروف میں سے جو ایکسل کے ذریعے پہچانے جاتے ہیں۔
A. ; and ^
B. <and >
C. * and ?
D. +and -
Explanation
Excel has 3 wildcards you can use in your formulas: Asterisk (*) - zero or more characters. Question mark (?) - any one character.
Tilde (~) - escape for literal character (~*) a literal question mark (~?), or a literal tilde (~~).
Show/Hide Explanation
A. 10+17
B. B1*17
C. None of these
D. B1*B2
Explanation
B1*17 is incorrect because it mixes a cell reference ( B1 ) with a direct number ( 17 ) in an improper way for a formula.
Correct formulas should maintain consistent use of cell references or operators.
Show/Hide Explanation
A. = A1+A2
B. = together A1:A2
C. None of these
D. = add(A1+A2)
Explanation
To add two cells (A1 and A2) together, you use the following formula *=A1+A2.
Show/Hide Explanation
ایکسل میں پہلے سے پروگرام شدہ فارمولے کا دوسرا نام ہے۔
A. Graph
B. Function
C. Cell
D. Range
Explanation
In a computer spreadsheet ,
A preprogrammed Formula is basically a function graph range cell .
***
RY24012023
Show/Hide Explanation
A. =C1+15
B. C1+15
C. =SUM(A1:A5)
D. =A1*B1
Explanation
In Excel, formulas must begin with an equals sign (=).
Options A, B, and C are all valid formulas.
Option D (C1+15) is not a valid formula because it lacks the = sign.
Show/Hide Explanation
Explanation
The formula evaluates as:
(7-3)×(4+3)/4 = 4×7/4 = 28/4 = 7 .
Show/Hide Explanation
ایم ایس ایکسل میں ایمبیڈڈ فارمولہ دبانے سے ہٹایا جا سکتا ہے؟
A. END
B. BACKSPACE
C. DELETE
D. PAGE DOWN
Explanation
In MS Excel , an embedded formula can be removed by pressing the DELETE key.
It clears the formula from the selected cell without affecting the formatting or other content in the worksheet.
Show/Hide Explanation
ماہانہ رہن کی ادائیگی کا حساب لگانے کے لیے کون سا فنکشن استعمال کیا جا سکتا ہے
A. None of these
B. MORT
C. PV
D. PMT
Explanation
PMT , one of the financial functions, calculates the payment for a loan based on constant payments and a constant interest rate.
Show/Hide Explanation
A. Range
B. Range Address
C. Cell
D. None of these
Explanation
In MS excel, a range identifies a range by the cells located at diagonally opposed corners.
A range is a group of cells in a spreadsheet that have been selected. If the cells are all together in a rectangular or square shape, it is an adjacent range .
AGM 17-12-2022
Show/Hide Explanation
✅ Correct: 0 |
❌ Wrong: 0 |
📊 Total Attempted: 0