Results 1 to 4 of 4

If text & value formulas

Threaded View

  1. #1
    Registered User
    Join Date
    12-14-2010
    Location
    London , England
    MS-Off Ver
    Excel 2007
    Posts
    40

    If text & value formulas

    Hello,

    I have 1 column (column C) displaying values and text. When it is displaying values, depending on the currency in column B, I have used a IF formula to translate the value in Column E in the Euro currency. The below formula works fine for values.

    =IF($B6="GBP",C6*1.2,IF($B6="USD",C6*0.7,IF($B6="EUR",C6*1,0)))

    However, column C also sometimes display text ("N/A" or "Inclusive"). If the cell in column C displays value, then the above formula should apply, but if it's text, then the same text should be displayed in E.

    I don't know what formula to use as the text is changing.
    I have attached a sample spreadsheet.

    Many thanks
    Attached Files Attached Files
    Last edited by Sophster; 04-14-2011 at 11:18 AM.

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