+ Reply to Thread
Results 1 to 4 of 4

Writing A Formula

Hybrid View

mightyeskimo Writing A Formula 08-25-2011, 02:45 PM
Domski Re: Writing A Formula 08-25-2011, 02:57 PM
mightyeskimo Re: Writing A Formula 08-25-2011, 03:07 PM
Domski Re: Writing A Formula 08-25-2011, 03:13 PM
  1. #1
    Registered User
    Join Date
    09-12-2010
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    44

    Writing A Formula

    Hi. I am new to excel and need someone to help me translate the following into a formula. Please excuse me as I'm still learning. Thanks.

    If the value of the number in 'Sheet Name'$B$15 is greater than the value of the number is "Sheet Name'$B$16 by a value that is greater than equal to half of the value of the number in 'Sheet Name'$E$16 then display the text Very Strong.

  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: Writing A Formula

    Hi,

    Try:

    =IF('Sheet Name'!B15-'Sheet Name'!B16>'Sheet Name'!E16/2,"Very Strong","")

    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
    09-12-2010
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    44

    Re: Writing A Formula

    Thanks Dom! That works great! How would I add a second argument to that formula? It's in the same structure as the first but uses a different calculation and results in the text Strong if true.

  4. #4
    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: Writing A Formula

    Something like this:

    =IF('Sheet Name'!B16-'Sheet Name'!B15>'Sheet Name'!E16/2,"Very Strong",IF('Sheet Name'!B16-'Sheet Name'!B15>'Sheet Name'!E16/3,"Strong","Not so strong"))

    Dom

+ 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