+ Reply to Thread
Results 1 to 2 of 2

Need help with formula

  1. #1
    Registered User
    Join Date
    02-03-2005
    Posts
    3

    Need help with formula

    I'm working on a timesheet and need help with an IF statement. How do i write:

    1) If cell N8 = "Personal", then cell A1=this formula and Cell A2 =that formula, else keep existing formulas

    Thanks!

  2. #2
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by htmldiva
    I'm working on a timesheet and need help with an IF statement. How do i write:

    1) If cell N8 = "Personal", then cell A1=this formula and Cell A2 =that formula, else keep existing formulas

    Thanks!
    I think you should have two IF statements for this. The formula


    =IF(N8="Personal",use_this_formula,keep_existing_formula)


    should be entered in Cell A1, while in Cell A2, the formula is


    =IF(N8="Personal",use_that_formula,keep_existing_formula)

    Hope this will help you.
    BenjieLop
    Houston, TX

+ 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