Advanced Excel Interview QNA
Advanced Excel Interview QNA
Answer: VLOOKUP searches data vertically and only to the right, while INDEX-MATCH can search
Answer: Use the formula =DATEDIF(D2, TODAY(), "Y") to calculate the difference between Joining
Answer: COUNTIFS helps count employees based on multiple conditions like department and
Answer: Use Conditional Formatting with the formula =COUNTIF(A:A, A2) > 1.
Answer: Pivot Tables summarize large datasets, such as showing the number of employees per
Answer: Use the FILTER function (Office 365), e.g., =FILTER(A2:E100, C2:C100="HR").
Answer: TRIM removes extra spaces, while SUBSTITUTE replaces text within a string.
Answer: Go to Data -> Data Validation -> List and enter the desired options.
12. How can you calculate working days between two dates excluding weekends?
Answer: IFERROR helps handle errors if the lookup value is not found, e.g.,
Answer: Use TEXTJOIN or CONCATENATE like =TEXTJOIN(", ", TRUE, A2, B2).
15. How do you identify employees with salary greater than 50000?