+ Reply to Thread
Results 1 to 6 of 6

If statement ( Text and numbers calculation)

  1. #1
    Registered User
    Join Date
    04-24-2020
    Location
    South Africa , Johannesburg
    MS-Off Ver
    Gauteng
    Posts
    27

    If statement ( Text and numbers calculation)

    Hi

    Can you please help me.

    If column D5 ="France" & J5 > 21 DAYS , "Late"
    If column D5 ="Germany" & J5 > 14 DAYS , "Late"
    If column D5 ="UK" & J5 > 14 DAYS , "Late"
    If J5 ="Not collected","Not Collected"

    I need a formula that to be used in column K5

    Similar

    If column D5 ="France" & M5 > 21 DAYS , "Late"
    If column D5 ="Germany" & M5 > 14 DAYS , "Late"
    If column D5 ="UK" & M5 > 14 DAYS , "Late"
    If N5 ="Not sent as yet","Not sent as yet"

    See attached and thank you
    Attached Files Attached Files

  2. #2
    Forum Expert WideBoyDixon's Avatar
    Join Date
    10-03-2016
    Location
    Sheffield, UK
    MS-Off Ver
    365
    Posts
    2,182

    Re: If statement ( Text and numbers calculation)

    First one:

    Please Login or Register  to view this content.
    Second one is mostly the same:

    Please Login or Register  to view this content.
    WBD
    Office 365 on Windows 11, looking for rep!

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: If statement ( Text and numbers calculation)

    K5:
    =IF(J5="Not Collected","Not Collected",IF(J5>IF(D5="France",21,14),"Late","On Time"))

    N5:
    =IF(M5="Not Sent As Yet","Not Sent As Yet",IF(J5>IF(D5="France",21,14),"Late","On Time"))
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  4. #4
    Registered User
    Join Date
    04-24-2020
    Location
    South Africa , Johannesburg
    MS-Off Ver
    Gauteng
    Posts
    27

    Thumbs up Re: If statement ( Text and numbers calculation)

    Thank you Glen for your support

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: If statement ( Text and numbers calculation)

    You're welcome.



    It would be very nice if you were to just click the Add Reputation button at the foot of any of the posts of members who helped you reach a solution.

    Finally, if that takes care of your original question, please click on "Thread Tools" from the menu link (just above the first post in the thread) and mark this thread as SOLVED.

  6. #6
    Registered User
    Join Date
    04-24-2020
    Location
    South Africa , Johannesburg
    MS-Off Ver
    Gauteng
    Posts
    27

    Re: If statement ( Text and numbers calculation)

    This was extremely helpful

+ 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. Calculation including table data, text and numbers
    By jackjstokes in forum Excel Charting & Pivots
    Replies: 7
    Last Post: 06-18-2019, 04:39 AM
  2. Replies: 5
    Last Post: 02-15-2015, 10:38 PM
  3. [SOLVED] Calculation of numbers in a text box containing text and numbers
    By newbie4 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-09-2012, 01:29 AM
  4. [SOLVED] IIF Statement - Returning Text and Numbers
    By rmikulas in forum Access Tables & Databases
    Replies: 3
    Last Post: 07-06-2012, 10:24 AM
  5. Calculation of Text and Numbers
    By Dnyan in forum Excel General
    Replies: 10
    Last Post: 05-02-2012, 06:30 AM
  6. Replies: 2
    Last Post: 09-06-2011, 05:17 PM
  7. IF statement Numbers vs. Text
    By farzyness in forum Excel General
    Replies: 2
    Last Post: 08-10-2010, 04:34 PM

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