+ Reply to Thread
Results 1 to 3 of 3

Converting Text to Currency

Hybrid View

  1. #1
    Registered User
    Join Date
    10-07-2011
    Location
    The Great State of Texas
    MS-Off Ver
    Excel 2013
    Posts
    28

    Converting Text to Currency

    This formula was provided to me by daddylonglegs (thank you!). However, it returns a text reference. How would it be amended to return a currency?

    =IF(ROWS(E$4:E4)>$C$1,"",INDEX(INDEX(Overview!$A:$AZ,0,MATCH(E$3,Overview!$1:$1,0)),MATCH("Yes-"&ROWS(E$4:E4),Overview!$AA:$AA,0))&"")


    Attached is my sample worksheet. This formula is on the Event Flyer worksheet cell E4. I would like it to return $750.00 and not 750. I've tried every which way but the correct way, and I'm crying "uncle." Thank you for your help.
    Attached Files Attached Files
    Last edited by madaboutgolf; 10-28-2011 at 02:26 AM.

  2. #2
    Valued Forum Contributor khamilton's Avatar
    Join Date
    10-08-2009
    Location
    IL
    MS-Off Ver
    Excel 2007
    Posts
    345

    Re: Converting Text to Currency

    put in text like so.

    =TEXT(IF(ROWS(E$4:E4)>$C$1,"",INDEX(INDEX(Overview!$A:$AZ,0,MATCH(E$3,Overview!$1:$1,0)),MATCH("Yes-"&ROWS(E$4:E4),Overview!$AA:$AA,0))&""),"$#,##0.00")
    Please acknowledge the response you receive, good or bad. If your problem is solved, please say so clearly, and mark your thread as Solved: Click the Edit button on your first post in the thread, Click Go Advanced, select [SOLVED] from the Prefix dropdown, then click Save Changes. If more than two days have elapsed, the Edit button will not appear -- ask a moderator to mark it.

  3. #3
    Registered User
    Join Date
    10-07-2011
    Location
    The Great State of Texas
    MS-Off Ver
    Excel 2013
    Posts
    28

    Re: Converting Text to Currency

    Works perfectly now. Thank you!

+ 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