Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

this is a question about excel vba Here is an Excel worksheet. 1 Animals 2 Cats 3 Dogs Adjectives Cool! Awesome! 5 What do we

image text in transcribed

this is a question about excel vba

Here is an Excel worksheet. 1 Animals 2 Cats 3 Dogs Adjectives Cool! Awesome! 5 What do we have? 6 Cat 8 What do we know about it? 9 Cool! An Excel formula is put in cell A9. The formula will show Cool! if Cat is put in cell A6, show Awesome! if Dog is put in cell A6, and show whatever... if anything else is put in cell A6. Which one of the following is the Excel formula in cell Ag? =IF (LEFT(A6,3)=A2,B2, IF(LEFT(A6,3)=A3,B3, "whatever...")) =IF(NOT (AND (A6=LEFT(A2,3), A6=LEFT(A3,3))), "whatever...", IF(A6=LEFT(A2,3), B2, B3)) =IF (NOT (OR (A6=LEFT (A2,3), A6=LEFT(A3,3))), "whatever...", IF(A6=LEFT(A2,3), B2,B3)) =IF(A6=A2,B2,IF(A6=A3, B3, "whatever..."))

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Expert Oracle9i Database Administration

Authors: Sam R. Alapati

1st Edition

1590590228, 978-1590590225

More Books

Students also viewed these Databases questions