+ Reply to Thread
Results 1 to 3 of 3

Conditional Formula

  1. #1
    Registered User
    Join Date
    07-16-2019
    Location
    Vancouver, Canada
    MS-Off Ver
    Mac
    Posts
    2

    Conditional Formula

    Hello,

    I am new to this forum, so hope I am getting the amount of information correct.

    Nutshell:
    What I would like to do is set up a formula in Column C where I can put a code of 1 or 2 in Column A and a number in Column B, and have Column C can multiply the number in B by x value if Column A is 1 and by y value if Column A is 2.


    Details:
    My partners and I have set up a new business. We have agreed that our time will be paid out in two tiers depending on the type of work that we do. E.g. Tier 1 will have activities that are assigned to one of us based on specific, specialized skills. Tier 2 will have activities, such as filing, which require skills but which any one of us can do.

    I would like to set up a budget so that we can in Column A specify whether we have done tier 1 or 2 activities. Then in Column B we can put in the number of hours. I want to have a formula in column C that is able to calculate the payout where it multiples Column B by the tier 1 $/hr rate if Column A has a 1 in it and by the tier 2 $/hr rate if Column A has a 2 in it.

    Is there are formula that will work for this?

    Thank you for any input that you have.

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Conditional Formula

    Hi and welcome.

    Try this:
    =IF(A1=1,B1*X,B1*Y)
    Change X and Y to the appropriate rates.

    BSB

  3. #3
    Registered User
    Join Date
    07-16-2019
    Location
    Vancouver, Canada
    MS-Off Ver
    Mac
    Posts
    2

    Re: Conditional Formula

    Thank you BSB! That worked perfectly and was exactly what I needed.

    SJ

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. IF formula on TBA dates and formula on Conditional Formatting
    By kirkpatrickg in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-10-2018, 02:02 PM
  2. [SOLVED] VBA to create a relative formula in a conditional format (rather than an absolute formula)
    By The_Snook in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-07-2016, 08:00 AM
  3. [SOLVED] Conditional Statement for Negative Numbers inside a Conditional Formula
    By kuzniak in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 12-18-2015, 11:17 PM
  4. formula help - conditional format to colour cell = count = formula
    By rangeruk in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-23-2015, 09:03 PM
  5. Replies: 3
    Last Post: 11-28-2013, 02:11 AM
  6. Changing conditional average formula to conditional sumproduct
    By chlor in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-29-2007, 11:39 AM
  7. [SOLVED] How do I do a complex conditional in a conditional formatting formula
    By Ray Stevens in forum Excel General
    Replies: 6
    Last Post: 03-12-2006, 06:30 PM

Tags for this Thread

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