Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Really struggling to create this excel formula.... The text within cell A8 of Legacy CRM Contracts - Working sheet needs to match the text in

Really struggling to create this excel formula....

The text within cell A8 of "Legacy CRM Contracts - Working" sheet needs to match the text in column A of "Payment Frequency" sheet

And there is an 'x' in column O of "Payment Frequency" sheet then return the associated value found in column Z of "Legacy CRM Contracts - Working" sheet

And there is an 'x' in column Q of "Payment Frequency" sheet then return the associated value found in column AC of "Legacy CRM Contracts - Working" sheet

There will an 'x' in either column O or Q within the "Payment Frequency" sheet. Not both. But I need the formula to look at both columns and match to the name.

I have tried formula: =IF(AND(ISNUMBER(SEARCH("x",'Payment Frequency'!O:O)),'Legacy CRM Contracts - Work (2)'!A8='Payment Frequency'!A:A),Z:Z,IF(AND(ISNUMBER(SEARCH("x",Q:Q)),A8=A:A),AC:AC,""))

But this does not work and I just get blanks.

I have also tried: =IF(ISNUMBER(SEARCH("x",'Payment Frequency'!O:O))*ISNUMBER(MATCH(A8,'Payment Frequency'!A:A,0)),'Legacy CRM Contracts - Work (2)'!Z8,IF(ISNUMBER(SEARCH("x",'Payment Frequency'!Q:Q))*ISNUMBER(MATCH(A8,'Payment Frequency'!A:A,0)),'Legacy CRM Contracts - Work (2)'!AC8,""))

But this gives me a spill error.

PLEASE HELP.

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

Step: 3

blur-text-image

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

Marketing Database Analytics

Authors: Andrew D. Banasiewicz

1st Edition

0415657881, 978-0415657884

More Books

Students also viewed these Databases questions

Question

How do dealers differ from brokers?

Answered: 1 week ago

Question

General Purpose of Your Speech Analyzing Your Audience

Answered: 1 week ago

Question

Ethical Speaking: Taking Responsibility for Your Speech?

Answered: 1 week ago