+ Reply to Thread
Results 1 to 4 of 4

Study and help :If Statement

Hybrid View

karobonas Study and help :If Statement 02-08-2011, 06:45 AM
teylyn re: Study and help :If... 02-08-2011, 06:59 AM
karobonas re: Study and help :If... 02-08-2011, 07:07 AM
karobonas re: Study and help :If... 02-14-2011, 06:38 AM
  1. #1
    Registered User
    Join Date
    12-01-2010
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    38

    Study and help :If Statement

    Hi,

    I am unsure if I need to use the IF Statement for the following:

    If Row 27 contains data and column T27 has a number greater than 1 then I would like another cell (B14) to display the data in B27

    I would like this to work for multiple rows of data.

    Any assistance is much appreciated!

    Regards,

    Karo

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,375

    re: Study and help :If Statement

    Hello Karo,

    this would be easier to solve with your original workbook.

    T27 is not a column, it's a cell address.
    What kind of data are you checking for in row 27? Text? Numbers?
    Which cells in row 27 do you want to check? If T27 is greater than 1, then row 27 does contain data, so "if row 27 contains data" is really obsolete.

    Try in B14:

    =if(T27>1,B27,"")

    If that does not help, please post your workbook.

    cheers,

  3. #3
    Registered User
    Join Date
    12-01-2010
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    38

    re: Study and help :If Statement

    Hi,

    Please find attached my original WB.

    As you can see, I have "Text" displayed in Column B and Numbers (based on a calcualtion) in Column T. I would like Column B14 and consecutive cells (depending on results) to display the text in Column B IF any number in the adjacent Column T is greater than 1.0.

    As an example using the WB attached. Column B14 should display the Text in Column B53 and B54 because T53 and T54 have numbers greater than 1.0

    Hope this clarifies a bit better.
    Attached Files Attached Files
    Last edited by arthurbr; 02-08-2011 at 07:41 AM. Reason: Delete unnecessary quote

  4. #4
    Registered User
    Join Date
    12-01-2010
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    38

    re: Study and help :If Statement

    Hi,

    Does anyone have any update on this? Would I need to use some code of somesort?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1