+ Reply to Thread
Results 1 to 4 of 4

need help in creating a formula

  1. #1
    Registered User
    Join Date
    04-02-2013
    Location
    houston texas
    MS-Off Ver
    Excel 2013
    Posts
    1

    need help in creating a formula

    hi
    i need help in creating formula

    lets suppose a cell A6 have a date in it. and cell A7 have some number

    in cell A8 i want to insert a formula that tell me if A6 have previous date and A7 is empty then A8 show "argent" in red color. if A7 have number then it shows "paid"
    if date is today and the A7 is empty then A8 show "Due Today". if A7 have a number then "paid"
    if the date is in future then then it shows "due Later"

    Thank you

  2. #2
    Forum Contributor
    Join Date
    01-24-2011
    Location
    Sheppey
    MS-Off Ver
    Excel 2010
    Posts
    239

    Re: need help in creating a formula

    Try
    Please Login or Register  to view this content.

  3. #3
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,085

    Re: need help in creating a formula

    try
    =IF(A7<>0,"Paid",IF(A6=TODAY(),"Due Today",IF(A6>TODAY(),"due later", "argent")))

    and use a conditional format for the word "argent"
    =a8="argent"

    see attached
    Attached Files Attached Files

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

    Re: need help in creating a formula

    qazinomi,

    Please take a moment to read the forum rules and then amend your thread title to something descriptive of your problem. Once you have done this please send me a PM and I will remove this request.

    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
    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]

+ 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