Which is the correct syntax of IF statement in Excel? =IF (result if False, test, result if True)., =IF (test, result if True, result if False)., =IF (result if True, result if False, test)., None of these
ایکسل میں اف اسٹیٹمنٹ کا صحیح نحو کون سا ہے؟
- =IF (result if False, test, result if True).
- =IF (test, result if True, result if False).
- =IF (result if True, result if False, test).
- None of these
Explanation
- The IF function in Excel is used for logical testing.
- It checks a condition (test) and returns results based on TRUE or FALSE.
- Correct format is: =IF(logical_test, value_if_true, value_if_false)
- It is widely used in decision-making formulas.
Last verified on 26-05-2026
Related MCQs
ایم ایس ایکسل میں مخصوص نمبر سے نمبرنگ کیسے شروع کی جاتی ہے؟
- By entering the starting number and using the Fill Handle
- By changing the font size
- By deleting the worksheet
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
میکرو کیا ہے؟
- A style set
- A large file
- Automated sequence of commands
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
ایم ایس ایکسل میں 'اف' فنکشن کس مقصد کے لیے استعمال ہوتا ہے؟
- Sort data
- Perform conditional logic
- Calculate averages
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
ایم ایس ایکسل میں 'ایچ لک اپ' کس جگہ ویلیو تلاش کرتا ہے؟
- A pivot table
- A vertical column
- A horizontal row
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
ایم ایس ایکسل میں کون سا فنکشن کسی رینج میں صرف خالی نہ ہونے والے سیلز کو شمار کرتا ہے؟
- COUNTA()
- COUNT()
- COUNTIF()
- None of these