Results 1 to 2 of 2

Thread: If/Then Comparison in Excel

  1. #1

    Thread Starter
    Addicted Member run_GMoney's Avatar
    Join Date
    May 2002
    Location
    Detroit
    Posts
    186

    If/Then Comparison in Excel

    Is there a way to do something like this:
    Code:
    If B23 = "256MB" Then
      F23 = F22 + 150
    End If
    in Excel? Thanks

  2. #2
    Hyperactive Member
    Join Date
    Feb 2001
    Location
    Houston, TX
    Posts
    342
    Put this in cell F23
    Code:
    =IF(B23="256MB",SUM( F22+150),"")
    HTH

Posting Permissions

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



Click Here to Expand Forum to Full Width