Answered step by step
Verified Expert Solution
Question
1 Approved Answer
What does cells(1,2) refer to in VBA? A2 B2 A1 B1 This formula in Excel determines if any conditions in a test are TRUE. IF
What does cells(1,2) refer to in VBA?
A2 | ||
B2 | ||
A1 | ||
B1 |
This formula in Excel determines if any conditions in a test are TRUE.
IF | ||
AND | ||
OR | ||
None of the above |
If I want to increment dates by three months, what formula would I use? Assume that date is a date reference in your spreadsheet.
=date(date,3) | ||
=edate(date,3) | ||
=date+3 | ||
=edate(date,+3) | ||
=edate(date,1) |
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started