+ Reply to Thread
Results 1 to 3 of 3

Need help using multiple conditions to create formula

  1. #1
    Registered User
    Join Date
    07-11-2017
    Location
    Nevada
    MS-Off Ver
    Office 16
    Posts
    2

    Need help using multiple conditions to create formula

    Hi,

    I'm trying to find the correct functions/formulas to use that would increase a bid based on certain criteria. My columns are (A)Bid Amount (B)Keyword (C)Orders (D)Average Cost of Sales (ACoS%). Using these numbers I'd like to be able to adjust the bid amount based on the following criteria:


    IF:

    <7% ACoS = Increase Bid by 2.5x
    <7-10% ACoS = Increase Bid by 2x
    <10-15% ACoS & Orders >5 = Increase Bid by 1.5x
    <10-15% ACoS & Orders <5 = Increase Bid by 1.2x

    I'm having trouble figuring out how to do this based on the multiple criteria especially on how to create changes based on both ACoS and orders. I'd really appreciate if someone could help me if they had any insight into this.

    Thanks!

  2. #2
    Forum Contributor
    Join Date
    12-13-2013
    Location
    Calgary,AB,Canada
    MS-Off Ver
    2016,O365
    Posts
    236

    Re: Need help using multiple conditions to create formula

    following formula will show you 1.2x if order is equal to 5

    A2=IF(D2<0.07,2.5,IF(AND(D2>=0.07,D2<0.1),2,IF(AND(D2>=0.1,D2<0.15),IF(C2>5,1.5,1.2),"/")))

  3. #3
    Registered User
    Join Date
    07-11-2017
    Location
    Nevada
    MS-Off Ver
    Office 16
    Posts
    2

    Re: Need help using multiple conditions to create formula

    Wow! Thanks so much! That's it! It works perfectly.

+ 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. How to create a formula with multiple conditions and limits
    By Alex_m in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-23-2015, 06:53 PM
  2. [SOLVED] How to create a dynamic dropdown based on multiple lookup conditions
    By psilens in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 02-06-2014, 10:05 AM
  3. Create Multiple Text file from excel data regarding conditions
    By ahasan in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-23-2013, 07:10 AM
  4. Need to create nested IF's with multiple conditions
    By hruski in forum Excel General
    Replies: 1
    Last Post: 05-05-2011, 06:52 PM
  5. Create a nesting formula w/ multiple conditions based on fields w/VLOOKUP
    By NiqueDomie in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-14-2011, 09:59 AM
  6. create multiple If conditions?
    By bramfield in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 07-21-2010, 07:51 AM
  7. Replies: 4
    Last Post: 04-07-2010, 11:04 AM

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