+ Reply to Thread
Results 1 to 2 of 2

If Function clarification

  1. #1
    Forum Contributor
    Join Date
    09-02-2009
    Location
    Texas, USA
    MS-Off Ver
    Excel 2007
    Posts
    110

    If Function clarification

    In the file attached I simply want to make a formula that does as follows. If column A1 has the subdivision name "other" I would like it to use this formula for g2 (VDL MOS)=D2/E2*12, otherwise I would like to be able to free hand in whatever value I would like.

    In other words if A1 says other it will use the formula, if A1 says anything else it will let me free hand in whatever value I would like for G2(VDL MOS)
    Attached Files Attached Files

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,375

    Re: If Function clarification

    Hi,

    if by "free hand" you mean entering a value manually, then I don't think it will work.

    A cell is either used for data entry or it has a formula that calculates a value. You cannot have both. You can start out with a formula, but as soon as you overtype that with a value, the formula will be destroyed.

    You could do something like this:

    =IF(A2="other",D2/E2*12,K2)

    and use cell K2 to enter your manual value, which will then be displayed in G2

+ 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