Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

HOW TO COMBINE THESE EXCEL FORMULAS?


  • Please log in to reply

#1
KINNEY1978

KINNEY1978

    Member

  • Member
  • PipPip
  • 62 posts
Office Version:Office 2007Operating System:Windows XP
0I need to combine the following to make a working formula for a large spreadsheet.

I only want to pull data where Column E = "STU" and Column B is EITHER "FTIC" or "TRANS".

('FA 08-20-10'!B:B="FTIC")

('FA 08-20-10'!B:B="TRANS")

('FA 08-20-10'!E:E="STU")

It needs to be incorporated into the following formula:

=INDEX('FA 08-20-10'!$M$2:INDEX('FA 08-20-10'!$M:$M,LastRow),MODE(IF(ISNUMBER(MATCH('FA 08-20-10'!$M$2:INDEX('FA 08-20-10'!$M:$M,LastRow),'FA 08-20-10'!$M$2:INDEX('FA 08-20-10'!$M:$M,LastRow),0)),MATCH('FA 08-20-10'!$M$2:INDEX('FA 08-20-10'!$M:$M,LastRow),'FA 08-20-10'!$M$2:INDEX('FA 08-20-10'!$M:$M,LastRow),0))))

I would GREATLY appreciate if someone can help me solve this! Thanks!
  • 0

Advertisements


#2
Vino Rosso

Vino Rosso

    Visiting Staff

  • Visiting Consultant
  • 235 posts
Not sure what you're doing but doesn't something like the following work?

=IF(AND(OR(colB="TRANS",colB="FTIC"),colE="STU"),do your formula,otherwise do something else)
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP