Comments on: Excel IF statement with multiple conditions

For powerful data analysis, you may often need to build an Excel IF statement with multiple conditions or use IF together with other functions. This tutorial will show you the most effective ways to do this. Continue reading

Comments page 107. Total comments: 4575

  1. =IF(E6="S",IF(G4>=3,"PAID",IF(G4=0,"DUE","PART PAYMENT")))
    +
    IF(E6="F",IF(G4>=6,"PAID",IF(G4=0,"DUE","PART PAYMENT")))

    I want to merge this two formula

  2. Hi, i wish you could help me with this problem,
    Cell A is due date
    Cell B is invoice amount
    Cell C is Amount paid
    Cell D is Open Balance
    Cell E is status
    I would like to put formulae in cell E to have either paid,overdue or open.

  3. Hi, I am having problems trying to come up for a formula for the following:

    Amount Service Count
    1 0.00% 1
    1 100% 0
    2 50% 1
    4 50% 2

    So, If service is 0% the count should be the contents of amount, if 100% the count should be equal to zero but if the service is 50% it should be the 50% of the contents of the amount cell.

  4. Please help my on this formula
    I want every cell in the row more than 60 to give me the difference otherwise if it is 60 than give me a 0
    My formula looks like:
    =IF('TOTAL WEEK 1'!$D$4:$R$4>60;'TOTAL WEEK 1'!$D$4:$R$4-60;0)
    But if give me only a result if it is more in the first cell not in the following cells .
    Thank you in advance

  5. Hi there I cant work out how to do this function:

    If H39 is between 0 and 50000 * 0.1. if H39 is between 50000 and 100000 *0.085. if H39 is between 100000 and 500000 *0.06. if H39 is over 500000 *0.05

    are you able to help

  6. thanks

  7. Hello,

    Please help, I need formula for below condition:

    If 0-30 should show "C", if 31-60 should show "B", if 61 above should show "C".

    Thanks

    1. Hello!

      Here you go:

      =IF(AND(A1>=0,A1<31), "C", IF(A1<61,"B", "A"))

      Please note that your conditions have "C" for 0-30, and >61, which is obviously a misprint, so I used "A" for the latter.

  8. Pl send me formula for below criteria.

    New Hires
    Individuals, who join on or before the 10th of any month, will earn MTO credit for the period from the 1st to the 15th of the month and accrue such credit on the 16th of the month. Individuals, who join after the 10th of the month, will not earn any MTO credit on the 16th of the month.

    Individuals, who join on or before the 25th of any month, will earn MTO credit for the period from the 16th to the end of the month on the 1st of the following month. Individuals, who join after the 25th of the month, will not earn any MTO credits on the 1st of the following month.

    Separations
    Individuals, who leave the services of the company on or after the 10th of any month, will earn MTO credit for the period from the 1st to the 15th of such month. Individuals, who leave before the 10th of the month, will not earn any MTO credits for the period from the 1st to the 15th of such month.

    Individuals, who leave the services of the company on or after the 25th of any month, will earn MTO credit for the period from the 16th to the end of such month. Individuals, who leave before the 25th of the month, will not earn any MTO credits for the period from the 16th to the end of such month.

  9. =IF(B3>69,20(OR(B3>50403010<29,2))))))))). Not sure my formula showed up completely.

    1. Hello Barbara,

      It looks like the formula got posted all wrong, sorry for this. Can you please describe the conditions in words?

      For example:
      - If B3 is greater than 69, return 20
      - If B3 is greater than 50, then what? etc.

      1. If b3 is greater than 69, return 20
        If b3 is greater than 50, less than 68, return 15
        If be is greater than 40, less than 49, return 10
        If b is greater than 30, less than 48, return 5
        If b3 is less than 29, return 2

        I hope this one is more clear. Thank you Svetlana

        1. Hello Barbara,

          You can us the following nested If's:

          =IF(B3>69,20, IF(B3>=50,15, IF(B3>=40,10, IF(B3>=30,5,2))))

  10. =IF(B3>69,20,(OR(B3>50403010<29,2)))))))))

    This formula is supposed to give me a hard number (20, 15, 10, 5, 0) based on the based upon input in b3. The first statement works correctly and returns a 20 if >69 in b3, however, the remainder of the formula returns "True" rather than a number. Can you tell me what I am doing wrong? Thank you.

  11. Hi,

    I'm new to this but want to do the following:

    if cell D11 is 6 then then the payment is £450 plus £60 for each additional number

    ie. 9 people attended = £450 + (3*60) = £630

    Can anyone help?

    Thanks in advance

    1. Sorry but some of my original message went AWOL.

      if D11 is 6 = £450 + £60 for each additional number (ie 9 people attended = £450 + (3*60) = £630

      Thanks

      1. Hi Alison,

        If my understanding of the task is correct, the following formula should work a treat:

        =IF(D11=6, 450, 450+(60*(D11-6)))

  12. How can i replace an number to an text

    Exmaple:

    If i type 1 in an box and press enter. The text in the box will be replaced with "hey"

    I type 1 and this is the output:
    ____________
    |___hey____|

  13. Hi ,

    I want formula for the below.

    Define buckets based on the below logic
    Bucket C – Less than 2 week from today
    Bucket D – More than 2 weeks and less than 1 month from today
    Bucket E – More than 1 month and less than 3 months from today
    Bucket F – More than 3 months and less than 6 months from today
    Bucket G – More than 6 months and less than 12 months from today
    Bucket H – More than 12 months and less than 2 years from today
    Bucket I – More than 2 years and less than 5 years from today
    Bucket J – More than 5 years from today

  14. I'm trying to work out commission structures in excel, for example if the fee is between 25k-49.99k, then the commission is 1.25%, if fee is between 50k-99.99k then commission is 1%, if fee is between 1 lacs - 199.99 lacs then commission is 0.75%, if fee is 2 lacs and above commission is 0.5%

  15. awesome post. very helpful!!

  16. Hi Svetlana,

    I want to calculate the difference between date 1 "I3" and date 2 "L3", but in case of date 2 "L3" not available I want to calculate it between 1 "I3" and today date so, I wrote this formula but I keep receiving wrong result cause of not applying today formula
    =IF(L3,"=(TODAY())-(I3)",(L3-I3))

    1. Hi Muahammad,

      Try this formula:

      =IF(L3="", TODAY()-I3, L3-I3)

  17. Thank you!! Your article is super clear! I had never understood the logic behind this functions until now.

  18. I'm trying to find the max excluding the middle portions of the data set. Using the table below, i'd like to find the max above Time=7 and below time=4. I've tried various permutations

    Time Total
    1 0
    2 0
    3 12
    4 0
    5 20
    6 19
    7 0
    8 11
    9 0
    10 0

    I think =MAX(IF(OR(A2:A11>7,A2:A11<4),B2:B11)) should work but it just returns the max of the entire data set (ie 20). If i break up the formula (ie exclude the OR) and add a secondary step it works. Any tips?

  19. Hi!
    This is my current formula: =if(and(ISBLANK(F2),ISTEXT(G2)),"New",)
    Right now, if there is no text in F2 AND there is text in G2, the cell will say "New"

    I want to add to the formula so it's this way:
    If there is no text in F2 AND there is text in G2, the cell will say "New" but IF there is text in G2 and F2, the cell should say "Ad Proofing"

    Could someone help me with this? Thank you!

    1. =if(and(ISBLANK(F2),ISTEXT(G2)),"New","Add Proofing") try this should help

  20. I would like to add multiple conditions to my spreadsheet for example: for every A.. that has "name" and B.. that has 1 then add 0.05 to G1

  21. Dear Sir,
    How can use over 9 conditions.

    =IF(H11=2,I19+H19+H20+H21,IF(H11=3,I20+H20+H21,IF(H11=4,I21+H21+H22,IF(H11=5,I22+H22+H23,IF(H11=6,I23+H23+H24,IF(H11=7,I24+H24+H25,IF(H11=8,I25+H25+H26,IF(H11=9,I26+H26+H27))))))))

    1. It may have to do with the version of Excel you are using. If it is an older version, I believe you can only have a maximum of 7 conditions. The newer versions allow up to 64. You may want to look into that.

  22. hie.
    l still need help my formula isn't giving me an answer

  23. l'm still having problems with finding grade using the average mark

  24. l need help on calculating grade using average mark.l used =if(average (B2:G2)>75,"A",if(average (B2:G2)>60,"B",if(average(B2:G2)>50,"C",if(average(B2:G2)>45,"D",if(average(B2:G2)>40,"E","U"))))).It says there is an error in my formula.please help.

  25. hi,
    i want a formula so that i come to know that if a particular cheque issued then amount of that cheque will appear in next cell,
    for example

    AMOUNT CHQ NO STATUS DATE OF ISSUE DATE OF CLEARENCE Amount(if cleared)
    2977 54808 issued 21.04.2016 25.04.2016

    as above mentioned i want to next cell which is blank shows the amount if a particular cheque has cleared from bank and also i've given the clearance date of cheque
    please guid
    Thanx & Regards
    Ghayas Ahmad

  26. I am trying to make an If then statement for the following:

    If box F5 = 100, then box F6 = 3000

    if box F5 100, then box F6 = 5 x every number over 100 + 3000
    (example if F5 = 105, the box F6 would need to be (5*5)+3000

    Could you help me make a formula? Please?

    1. it cut off part of my formula:

      also add in: if box F5 < 100, than F6 = 3000

      1. Hi Emily,

        Try the following formula:

        =IF(F5<=100, 3000, 5*(F5-100)+3000)

  27. I have a spreadsheet that has a due date in column j, and a status of open or closed in column K.
    I need Column L to calculate if the date is after today's date, and the status is open, then it says On Track, if the date is after today's date and the status is closed, then it says completed, and if the date is before today's date and the status is either open or closed then it shows Delayed... I've figured out how to get it to show On Track, Completed and Delayed based on just the date in column j, but I can't figure out how to get the status involved.

    1. Hi Kayla,

      Please use the below function,

      =IF(AND(J14>TODAY(),K14="Open"),"On Track",IF(AND(J14>TODAY(),K14="Close"),"Completed",IF(AND(J14<TODAY(),OR(K14="Open",K14="Close")),"Delayed","")))

      Thanks,
      Prabath

  28. Hi,

    I have scenario,

    I am trying to get all the blank fields from the column, for ex- if I have this column.

    13 years 6 months 0 days
    34 years 5 months 0 days
    10 years 9 months 0 days
    14 years 0 days
    6 years 8 months 0 days
    5 years 11 months 0 days
    23 years 6 months
    6 years 9 months 0 days
    8 years 9 months 0 days
    30 years 9 months 0 days
    7 years 7 months 0 days
    15 years 4 months 0 days
    45 years 3 months 0 days
    40 years 10 months 0 days
    33 years 2 months 0 days

    13 years 9 months 0 days
    30 years 2 months 0 days
    29 years 10 months 0 days

    25 years 6 months 0 days
    14 years 9 months 0 days
    41 years 3 months 0 days
    10 years 11 months 0 days
    30 years 3 months 0 days
    15 years 11 months 0 days
    27 years 0 days 6 years

    As you can the column has the blank fields, I need to get the blank fields out from the column, also it has "NUM" error and 0, which I also need need to take out.

    Can you please tell me how to construct the formula for that.

    Thanks,
    Saurabh

  29. Hi can you help me with the conditions for this !
    If age is between 0 - 12 months then 0.5 to 1.8 µmol/L
    If age is between 1 - 6 years: then 0.7 to 1.5 µmol/L
    If age is between 7 - 12 years: then 0.9 to 1.7 µmol/L
    If age is between 13 - 18 years:then 0.9 to 2.5 µmol/L
    If age is ≥ 18 years:then 1.5 - 3.5 µmol/L

    1. Hi Sam!

      Use the following formula to calculate a months count
      =(YEAR(NOW())-YEAR(A1))*12+MONTH(NOW())-MONTH(A1)

      So your formula is:

      =IF((YEAR(NOW())-YEAR(A1))*12+MONTH(NOW())-MONTH(A1)>18*12,"1.5 - 3.5 µmol/L",IF((YEAR(NOW())-YEAR(A1))*12+MONTH(NOW())-MONTH(A1)>13*12,"0.9 to 2.5 µmol/L",IF((YEAR(NOW())-YEAR(A1))*12+MONTH(NOW())-MONTH(A1)>7*12,"0.9 - 1.7 µmol/L",IF((YEAR(NOW())-YEAR(A1))*12+MONTH(NOW())-MONTH(A1)>1*12,"0.7 - 1.5 µmol/L","0.5 to 1.8 µmol/L"))))

      Please note A1 should be contain a birth date.

    2. Hi,

      use this function,

      =IF(A2<1,"0.5 to 1.8 umol/L",IF(A2<6,"0.7 to 1.5 umol/L",IF(A2<12,"0.9 to 1.7 umol/L",IF(A2<18,"0.9 to 2.5 umol/L","1.5 to 3.5 umol/L"))))

      Thanks,
      Prabath

  30. Hi,

    If above once is not clear. Please assist me by using this one.

    Invoice # Value

    MYEX0455477 10.00
    MYEX0456058 5.00
    MYAE0154262 8.00
    MYEX0456603 8.00
    MYEX0456601 7.00
    MYAE0154534 2.00
    MYEX0457138 11.00
    MYEX0457438 9.00
    MYAI0069730 14.00
    MYEX0457318 6.00

    Matching Amount 20.00

    Combinations
    MYEX0455477 10.00
    MYAE0154262 8.00
    MYAE0154534 2.00 20.00

    MYEX0455477 10.00
    MYEX0456603 8.00
    MYAE0154534 2.00 20.00

    MYEX0456058 5.00
    MYAE0154262 8.00
    MYEX0456601 7.00 20.00

    MYEX0456058 5.00
    MYEX0456603 8.00
    MYEX0456601 7.00 20.00

    MYEX0457138 11.00
    MYEX0457438 9.00 20.00

    MYAI0069730 14.00
    MYEX0457318 6.00 20.00

    Thanks,
    Regards,
    Prabath

  31. Hi all,

    I have 10 Invoices & 10 Invoice value as below. I want to get all possible combinations of Invoices which value is equal to 20. How is it possible to get it by using excel? I have mentioned the possible combination for easy reference.

    Invoice # Value Matching Amount 20

    MYEX0455477 10 Combinations
    MYEX0456058 5
    MYAE0154262 8 MYEX0455477 10
    MYEX0456603 8 MYAE0154262 8
    MYEX0456601 7 MYAE0154534 2 20
    MYAE0154534 2
    MYEX0457138 11 MYEX0455477 10
    MYEX0457438 9 MYEX0456603 8
    MYAI0069730 14 MYAE0154534 2 20
    MYEX0457318 6
    MYEX0456058 5
    MYAE0154262 8
    MYEX0456601 7 20

    MYEX0456058 5
    MYEX0456603 8
    MYEX0456601 7 20

    MYEX0457138 11
    MYEX0457438 9 20

    MYAI0069730 14
    MYEX0457318 6 20

    Thank you,
    Regards,
    Prabath

  32. Hi Svetlana,

    I need some help on below issue.

    Below function has been created to get the status of Customer Statement of Account as mentioned below. As per my function, If there are no details in C4, I'm getting the status as "Unapplied". But I need it to be zero. How can I write this function.

    =IF(RIGHT(C4,1)="I","Invoice",IF(RIGHT(C4,1)="C","Credit Note",IF(AND(C4="NULL",A4="Unidentified"),"Unidentified","Unapplied")))

    Thanks for you guidance in all the time.

    Thank You,
    Regards,
    Prabath

    1. Hi Prabath,

      If "no details in C4" means "if C4 is blank", then you can simply add one more IF statement to your formula:

      =IF(C4="", 0, IF(RIGHT(C4,1)="I","Invoice",IF(RIGHT(C4,1)="C","Credit Note",IF(AND(C4="NULL",A4="Unidentified"),"Unidentified","Unapplied"))))

      1. Hi Svetlana,

        Thank you very much. This is exactly what i want.

        Thanks,
        Regards,
        Prabath

  33. Good afternoon,

    how could i round down a number when its decimals are smaller than 0,5 and if not it stays the same?

    1. Hi Bocirnea,

      Please use this function,

      =ROUNDDOWN(B3,1)

      Thanks,
      Regards,
      Prabath

  34. Hi there, how can I make this less complicated or shorter. If a cell is =IF(OR(A1=B1:B250,C1,IF(A1=B251:265,C2))

    CURRENTLY I HAVE IT AS - =IF(F6=D217,A285,IF(F6=D218,A285,IF(F6=D219,A285,IF(F6=D220,A285,IF(F6=D221,A285,IF(F6=D222,A285,IF(F6=D223,A285,IF(F6=D224,A285,IF(F6=D225,A285,IF(F6=D226,A285,IF(F6=D227,A285,IF(F6=D228,A285,IF(F6=D229,A285,IF(F6=D230,A285,IF(F6=D231,A285,IF(F6=D232,A285,IF(F6=D233,A285,IF(F6=D234,A285,IF(F6=D235,A285,IF(F6=D236,A285,IF(F6=D237,A285,IF(F6=D238,A285,IF(F6=D239,A285,IF(F6=D240,A285,IF(F6=D241,A285,IF(F6=D242,A285,IF(F6=D243,A285,IF(F6=D244,A285,IF(F6=D245,A285,IF(F6=D246,A285,IF(F6=D247,A285,IF(F6=D248,A285,IF(F6=D249,A285,IF(F6=D250,A285,IF(F6=D251,A285,IF(F6=D252,A285,IF(F6=D253,A286,IF(F6=D254,A286,IF(F6=D255,A286,IF(F6=D256,A286,IF(F6=D257,A286,IF(F6=D258,A286,IF(F6=D259,A286,IF(F6=D260,A286,IF(F6=D261,A286,IF(F6=D262,A286))))))))))))))))))))))))))))))))))))))))))))))

  35. Hi Svetlana,

    Need your help
    I want a formula for these conditions

    If the labour take leave more than 5 days the value should be "no. of leave days".
    If the labour take leave less than 5 days the value should be "0".

    ex.

    8 days leave means ans should be "8".
    4 days leave means ans should be "0".

    1. Hi Saravana,

      You can use a formula similar to this:

      =IF(A1>=5, A1, 0)

      where A1 is the cell containing the number of leave days.

  36. Hi Svetlana,

    Need your help

    i was trying the formula unfortunately something wrong can you pls help

    Name Start time log in time
    12:30 12:40 late login
    12:30 12:30 on time
    12:30
    =IF(C2-B2>0,"late login","on time")

    when the third column is nil i have put the fourmula
    =IF(C4-B4>0,"late login","on time",if(c4="","leave")).

    Thanks and regards
    Giriraj

    1. Hi Giriraj,

      Try the following syntax:

      =IF(C2="","leave", IF(C2-B2>0,"late login","on time"))

  37. Hi,

    I need a formula to calculate the below conditions.
    if 800 is 160% of 500, first 100% should be calculated in .1% and next 50% should be calculated in .2% and remaining 10% should be calculated in .25%.
    Please help

  38. I'm trying to merge multiple workbooks/sheets into 1 master. I have a template that someone made (who know who) that works but only to a certain row and not through out the workbook so when I copy and paste or when I consolidate the formula/condition doesn't transfer so I wanted to create one from scratch.

    Here's the criteria:
    The row will highlight yellow if at least one of the grades in either column E or F is less than 73.
    The row will highlight red if both grades are less than 73.

    Help please! I've Googled, YouTube, and even taken a a short course and nothing.

  39. I have a tool size range and I'd like to determine if a given measurement falls within the range.
    Column A is the RANGE (.7"-1.4")
    Column C is a TOLERANCE such as (+/- .0001)
    Column D is a target such as .75
    Column E is the ACTUAL READING such as .1200

    What would the formula be to determine if the value of Column E (ACTUAL READING) falls into the (RANGE) while taking the TOLERANCE into consideration? In this example .1200 does NOT fall within the range listed in Column A, but .80 DOES fall within the range.

    Please help. Your answers look beautifully simple, but I'm not sure how to use them to solve my particular situation.
    Thanks. so much!

  40. Hi,
    Can you help figure out what formula i'm going to use? i want to get the sum of the whole column with the same equivalent in other column. for example a1 to A10 has different value let say 2,3,4,5,6 and in B1 to B10 has its equivalent value like 100,123,121,333 etc. i want to get the sum of row with 2 value in B column and its total sum.

    1. Hello Manny,

      If my understanding is correct, you need to sum only those cells in column B, that have 2 in the same row in column A. If so, you can use the following SUMIF formula:

      =SUMIF(A1:A10, 2, B1:B10)

  41. Hi
    Value in cell A3 is 10
    I want to check this value tn 4 Different Criteria
    1)Less than 20
    2)Greater than 20 but less than 50
    3)Greater than 50 but less than 80
    4)greater than 80
    Please help
    Regards
    Venkat

  42. Hello!

    I want to only bring back a value when column A shows "Project". I want to multiply 2 different columns together but the tricky part is that sometimes those fields are blank and it's returning a #Value! error which I would like to remove and show as a blank field.

    Column A: "Project" Verbiage needed
    Column B: Value 1 for multiplication (can be blank sometimes)
    Column C: Value 2 for multiplication (can be blank sometimes)

    If Column A = "Project", multiply column B x column C and if it returns a #Value error (from at least 1 field being blank), return an empty cell.

    Thoughts? Thank you in advance!

  43. Hello,
    I am having trouble displaying multiple matches from nested IF statements.
    As an example:
    I have a meal planner with QUICK, CASUAL, EXTRAVAGANT. QUICK = =15 but 30.
    Now say meal 1 takes 13-18 minutes, which puts it in Quick and Casual, but the validation stops after it meets the <15 logic, how can I get it to check the rest of the specifications to check the Casual block also?

    Thanks for any help.
    Sam

    1. Something didn't post right.
      Quick: first IF is less than or equal to 15, "QUICK" next IF equal or greater than 15 but less than equal to 30, "CASUAL", third IF equal to or greater than 30 "EXTRAVAGANT". The rest is correct as I put in a meal that takes 13-18 minutes, how to I have the formula block identify it as a Quick Casual Meal.

      Thanks

      1. Hi Sam,

        You can use the following nested If functions:

        =IF(A1>=30, "EXTRAVAGANT", IF(A1>=15, "CASUAL", "QUICK"))

  44. Hi,

    I need help combining 3 individual IF formulas into one. All work correctly as individual formulas but I can't figure out how to combine the 3 formulas into one. The individual formulas are as follows:

    =IF(OR(ISNUMBER(SEARCH("TAMPA BAY*",C2)),ISNUMBER(SEARCH("TAMPA TRIBUNE*",C2)),ISNUMBER(SEARCH("TAMPA BAY NEWS*",C2)),ISNUMBER(SEARCH("LEDGER*",C2)),ISNUMBER(SEARCH("NEIGHBORHOOD*",C2)),ISNUMBER(SEARCH("OBSERVER*",C2))),"PN","NO")

    =IF(OR(ISNUMBER(SEARCH("out*",C3)),ISNUMBER(SEARCH("CLEAR*", C3)),ISNUMBER(SEARCH("LAMAR*",C3))),"O","NO")

    =IF(OR(ISNUMBER(SEARCH("Bright*",C4)),ISNUMBER(SEARCH("Com*", C4)),ISNUMBER(SEARCH("Via*",C4))),"C","NO")

    Thanks for the help!
    Mary

  45. I have written this syntax:

    =IF($V$5100%,C$23=8/1/16,IF(AND(C$23>100%,C$23<=115%),$Q$5*1.75,0))))

    Why FALSE came up?

    Hope you could help.

    AM

  46. let me make a bit more clear
    I am a FOREX Currency Trader. I record all of my trades in a Trading Journal (excel file). I would like calculate the What is the Maximum Consecutive Winning or Loosing streak in number (don't want to add them together).

  47. If we have over 1000 rows & there are positive & negative values in one column. I want a formula to take out the maximum consecutive values (either positive or negative). I tried a lot but couldn't workout. Please help.

  48. Mark Sheet

    StudentName Tamil English Hindi Maths
    Arun 22 34 44 55
    Vinoth 45 56 76 43
    David 98 34 22 96
    Vasanth 35 87 45 69
    Andrew 78 89 98 74

    Result
    Student name-
    Subject name-
    Subject Mark-

    Note:
    1. Should Not use Vlooup
    2. If Student name and subject name change in Result , automatically subject score should display.
    3. The changes should done based on Mark Sheet given at above.

  49. Good day I need to write an if formula on tax brackets.

    If a person earns between 100 and 500 for example the tax will be X amount minus rebate of X amount. And if a person earns between 600 and 1000 the ta X will be a amount and the amount above X amount multiply with x% + a minus X amount rebate

  50. a b c d
    1 1 0 1
    1 0 1 1
    1 1 1 1
    0 1 0 0
    0 0 1 0
    0 0 0 0

    a, b and c are my conditions and d is my result so can I get the excel formula to get result for all six conditions.

Post a comment



Thank you for your comment!
When posting a question, please be very clear and concise. This will help us provide a quick and relevant solution to
your query. We cannot guarantee that we will answer every question, but we'll do our best :)