+ Reply to Thread
Results 1 to 5 of 5

How to make excel read the value in "<=3" = "<= Cell(A1)" where Cell(A1) = 3?

  1. #1
    Registered User
    Join Date
    01-22-2013
    Location
    Kl, Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    35

    How to make excel read the value in "<=3" = "<= Cell(A1)" where Cell(A1) = 3?

    Hi there, please refer the attached for more details example?

    Thank you for your help in advance.


    ex2.xls

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: How to make excel read the value in "<=3" = "<= Cell(A1)" where Cell(A1) = 3?

    Try it like this:

    "<="&A1
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: How to make excel read the value in "<=3" = "<= Cell(A1)" where Cell(A1) = 3?

    If you really are using 2003, try this...
    =SUMIF(Tenor,"<="&H7,Exposure)-SUM($G$9:G9)

    If you are using 2007 or later...
    =SUMIFS(Exposure,Tenor,">"&G7,Tenor,"<="&H7)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    01-22-2013
    Location
    Kl, Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    35

    Re: How to make excel read the value in "<=3" = "<= Cell(A1)" where Cell(A1) = 3?

    Thank you so much... it's really help. Thanks!

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: How to make excel read the value in "<=3" = "<= Cell(A1)" where Cell(A1) = 3?

    You're welcome. Thanks for the feedback!

+ 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