+ Reply to Thread
Results 1 to 4 of 4

Excel 2007 : If Statement???

  1. #1
    Registered User
    Join Date
    04-27-2010
    Location
    Toledo
    MS-Off Ver
    Excel 2007
    Posts
    4

    If Statement???

    Trying to create a If statement, but please be kind I have little knowledge of Excel programming.

    ( =If (A23=if any text is input into cell, "H23*I23", "other wise do nothing")

    Any help would be nice.
    Last edited by jbnonn; 04-28-2010 at 12:55 AM.

  2. #2
    Valued Forum Contributor ratcat's Avatar
    Join Date
    03-07-2008
    Location
    Rural NSW, Australia
    MS-Off Ver
    Vista 2007
    Posts
    1,111

    Re: If Statement???

    G'day and welcome to the forum,

    Copy and paste this

    =IF("if any text is input into cell"=A23,H23*I23,"other wise do nothing")

    Basically no quotes are needed to wrap equations just text.

    HTH

    RC
    Have I made you happy ??? If yes, please make me happy by pressing the http://www.excelforum.com/images/buttons/reputation-40b.png Add Reputation button in my post.
    Please don't forget to do the same to other contributors of this forum.

    Thanks
    I don't void confusion, I create it

  3. #3
    Registered User
    Join Date
    04-27-2010
    Location
    Toledo
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: If Statement???

    Quote Originally Posted by jbnonn View Post
    Trying to create a If statement, but please be kind, I have little knowledge of Excel programming.

    ( =If (A23=if any text is input into cell, "H23*I23", "other wise do nothing")

    Any help would be nice.
    The Italic text is what I need to happen, not what I want it to stay Sorry for not be more detailed.

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: If Statement???

    How about...

    =IF(ISTEXT(A23),H23*I23,"")

+ 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