Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8175363
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T22:45:10+00:00 2026-06-06T22:45:10+00:00

I am trying to do the following: For each Row If Cell A contains

  • 0

I am trying to do the following:

  • For each Row
  • If Cell A contains text “abc” then get value on column B and
  • if value on Column B is > than 0:03:00 return 0.9
  • else if value on Column B is < 0:03:00 and > 00:01:00 return 0.6
  • else return 0.3
  • Sum the returned value with all the others.

The result should be something like:

=IF(ISNUMBER(FIND("abc",INDIRECT(""&$A16&""&"!$D$2:$D"))),IF(INDIRECT(""&$A16&""&"!$D$2:$D")>"00:0300,???,???),?etc??)

??? are the missing parts. Also, INDIRECT() could be removed for testing, but the problem is that ??? part. I have no idea how to get the result of the IF statement and how to process it. I suppose I don’t understand how to work with columns.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T22:45:11+00:00Added an answer on June 6, 2026 at 10:45 pm

    You could possibly use an “array formula” with LOOKUP like this in excel

    =SUM(IF(ISNUMBER(FIND("abc",A2:A100)),LOOKUP(B2:B100,{0,1,3}/1440,{3,6,9}/10)))

    confirmed with CTRL+SHIFT+ENTER

    or this version with IFs [edited]

    =SUM(IF(ISNUMBER(FIND("abc",A2:A100)),IF(B2:B100>="0:03"+0,0.9,IF(B2:B100>"0:01"+0,0.6,0.3))))

    In Google spreadsheets use this version

    =arrayformula(SUM(IF(ISNUMBER(FIND(ʺabcʺ,A2:A100)),IF(B2:B100>=ʺ0:03ʺ+0,0.9,IF(B2:B100>ʺ0:01ʺ+0,0.6,0.3)))))

    That will add 0.3 for the total for every row where “abc” is found in the text in column A and column B is >=0 but < 0:01, 0.6. where B >=0:01 and < 0:03 and 0:09 if B >= 0:09

    Using LOOKUP makes it easier to avoid multiple IFs but I’m not sure if it gives the correct values for you on the boundaries, that’s more easily adjustable with the second version. You can adjust the range lengths and add INDIRECT if required.

    Note: using FIND for the first condition means that the formula will look for “abc” (case-sensitive) anywhere in the text, if you only want to check for exactly “abc” with no other text you can use just range = “abc” [not case-sensitive] or EXACT(range “abc”) [case-sensitive]

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to select specific column elements for each row of a numpy
I'm trying to grab the value of a td for each row that is
I am trying to change the size of each plot on the following chart
I have the following code: Tag.find_all_by_company_id(4).each.collect{|tag| tag.name }.join(,) (Essentially I'm trying to build a
What is wrong with the following line? <xsl:for-each select=//Node1/Node2/Node3 [.!='Primary' or .!='Secondary' ]> Trying
I am trying following, 1. Get response using Ajax from the users selection which
I am trying the following query and get only zero results (I am supposed
I'm trying to style a table so that each row is a different colour
I am trying to create a background for each row of a ListActivity .
Im trying figure out how I can change the value of a specific cell

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.