+ Reply to Thread
Results 1 to 6 of 6

Is this formula possible???

  1. #1
    Registered User
    Join Date
    10-14-2009
    Location
    Manchester, England
    MS-Off Ver
    Excel 2007
    Posts
    13

    Is this formula possible???

    Hi can someone please help me with this formula

    Is it possible?

    F10 is auto calculated with a formula from the manual figure entered in to E10

    If G10 = YES, then H10 should show the figure in F10 but divided by 100.

    Example F10 has 16.16 in the cell but H10 will show 0.1616

    If G10 = NO, I want H10 to show 0.00

    Thanks

    Danny

  2. #2
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: Is this formula possible???

    Assuming G10 can show only yes or no: =IF(G10="Yes",F10/100,0)

    Dom
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

  3. #3
    Registered User
    Join Date
    07-01-2010
    Location
    High Wycombe
    MS-Off Ver
    Excel 2003
    Posts
    95

    Re: Is this formula possible???

    Danny,

    yes it is possible.

    use the following in H10;

    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    10-14-2009
    Location
    Manchester, England
    MS-Off Ver
    Excel 2007
    Posts
    13

    Re: Is this formula possible???

    Dom,

    Thank you for this. It was sending me under ha!

    Any chance you can help me with this one.

    I have 10 cells ranging from G10 to G19. If 4 of those cells say YES and 6 say No for example, I want K2 to show 4 as there are 4 cells showing yes and I need that to auto calc if there is there is another amount of cells saying yes.

    Sorry to be a pain

    Thanks Danny

  5. #5
    Valued Forum Contributor
    Join Date
    10-13-2010
    Location
    Sunderland, England
    MS-Off Ver
    Excel 2007 (Home) / 2003 (Work)
    Posts
    740

    Re: Is this formula possible???

    K2=countif(G10:G19,"YES")

  6. #6
    Registered User
    Join Date
    10-14-2009
    Location
    Manchester, England
    MS-Off Ver
    Excel 2007
    Posts
    13

    Re: Is this formula possible???

    Thank you very much

+ 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