+ Reply to Thread
Results 1 to 7 of 7

Help if possible.

Hybrid View

bgjon5 Help if possible. 07-16-2006, 02:37 PM
VBA Noob Hi, Not sure why you want... 07-16-2006, 02:52 PM
bgjon5 Sorry maybe I confused you ... 07-16-2006, 05:00 PM
VBA Noob Try this ... 07-17-2006, 03:35 PM
bgjon5 God your good! Bows down... 07-17-2006, 05:05 PM
Guest Re: Help if possible. 07-16-2006, 04:20 PM
VBA Noob Roger I agree he needs to... 07-16-2006, 04:33 PM
  1. #1
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Hi,

    Not sure why you want to mox days with $ but this should do the trick

    =IF(C1-A1+1>=15,TEXT((C1-A1+1)*15,"$###,###"),TEXT(C1-A1+1,"###,###")&" Days")

    I added Days and $ text so you can tell which is which

    VBA Noob

  2. #2
    Registered User
    Join Date
    07-16-2006
    Posts
    3
    Quote Originally Posted by VBA Noob
    Hi,

    Not sure why you want to mox days with $ but this should do the trick

    =IF(C1-A1+1>=15,TEXT((C1-A1+1)*15,"$###,###"),TEXT(C1-A1+1,"###,###")&" Days")

    I added Days and $ text so you can tell which is which

    VBA Noob
    Sorry maybe I confused you

    I want to show a dollar value after the total of days but I only need the value to multiply after 15 days for instance

    the trailer came in on 6/30/06 its now 7/16/06 so 16 days have went buy so the total would be $15 then tomorrow it would be $30 and so on

    also I ran into another problem but I'll wait to ask that LOL.. sorry guys if I am being a pain.

  3. #3
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Try this

    =IF(C1-A1+1>15,TEXT(((C1-A1+1)-15)*15,"$###,###"),TEXT(C1-A1+1,"###,###")&" Days")

    VBA Noob

  4. #4
    Registered User
    Join Date
    07-16-2006
    Posts
    3
    Quote Originally Posted by VBA Noob
    Try this

    =IF(C1-A1+1>15,TEXT(((C1-A1+1)-15)*15,"$###,###"),TEXT(C1-A1+1,"###,###")&" Days")

    VBA Noob

    God your good!

    Bows down LOL

    works perfect Thanks !

+ 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