+ Reply to Thread
Results 1 to 5 of 5

Multiply formula

  1. #1
    Registered User
    Join Date
    04-12-2012
    Location
    AbuAlKhaseeb
    MS-Off Ver
    Excel 2010
    Posts
    99

    Multiply formula

    Hi all

    please I want formula

    The explanation on attached below

    Thanks
    Attached Files Attached Files
    Last edited by thair; 05-07-2012 at 12:43 PM. Reason: not comply with rule

  2. #2
    Valued Forum Contributor
    Join Date
    02-09-2012
    Location
    Mauritius
    MS-Off Ver
    Excel 2007
    Posts
    1,055

    Re: Multiply formula

    Hi
    Try this:

    =IF(MONTH(A2)<MONTH(DATE(2012,4,1)),B2*40,B2*39)

    In your file the Date of loading in 3rd row is not a date.. Pls check that before trying the above formula
    Click *, if my suggestion helps you. Have a good day!!

  3. #3
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Multiply formula

    Try this formula =IF(A2<DATE(2012,1,4),B2*40,B2*39)
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  4. #4
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Multiply formula

    just another solution if not the above
    i'll just take your explanation
    before and after 1/4/2012
    so this date will not be included and it will only get the number from the column quantity

    =IF(A2<DATE(2012,4,1),B2*40,IF(A2>DATE(2012,4,1),B2*39,B2))
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  5. #5
    Registered User
    Join Date
    04-12-2012
    Location
    AbuAlKhaseeb
    MS-Off Ver
    Excel 2010
    Posts
    99

    Re: Multiply formula

    Hi
    Thank you to replied me
    In your file the Date of loading in 3rd row is not a date.. Pls check that before trying the above formula
    yeah was wrong input

    Thanks again

+ 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