+ Reply to Thread
Results 1 to 3 of 3

Finding or creating correct formula

  1. #1
    Cheryl B MIchigan
    Guest

    Finding or creating correct formula

    I am attempting to do the following calculation and am unable to get the
    correct formula...

    If cell e16 = N THEN H16 = G16.

    Please help me

  2. #2
    Guest

    Re: Finding or creating correct formula

    Hi
    Try this in H16
    =IF(E16="N",G16,"something else")

    --
    Andy.


    "Cheryl B MIchigan" <Cheryl B [email protected]> wrote in
    message news:[email protected]...
    >I am attempting to do the following calculation and am unable to get the
    > correct formula...
    >
    > If cell e16 = N THEN H16 = G16.
    >
    > Please help me




  3. #3
    Vasant Nanavati
    Guest

    Re: Finding or creating correct formula

    In H16 put the formula:

    =IF(E16="N",G16,"")

    --

    Vasant


    "Cheryl B MIchigan" <Cheryl B [email protected]> wrote in
    message news:[email protected]...
    > I am attempting to do the following calculation and am unable to get the
    > correct formula...
    >
    > If cell e16 = N THEN H16 = G16.
    >
    > Please help me




+ 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