+ Reply to Thread
Results 1 to 4 of 4

Baffled why formula wont work

  1. #1
    Registered User
    Join Date
    07-12-2009
    Location
    oxford,england
    MS-Off Ver
    Excel Microsoft 365
    Posts
    53

    Baffled why formula wont work

    I cannot understand why a simple reference to a cell ,and then multiply by another is returning a "value", all the other cells are working fine ?

    Essentially G608 should return O608 *M3(1) (which i appreciate is the same as O608)

    All the cells upwards and downwards are working fine, its just G608 to G612 that are returning an error message,the formula in O608 is shown im baffled?

    Any pointers? its a very complicated large spreadsheet so i cant really upload it.

    Thanks

    Doug
    Attached Files Attached Files

  2. #2
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Baffled why formula wont work

    Change you formula with

    =IFERROR(INDEX('UK Media'!$BB$9:$BB$1610,MATCH(B608,'UK Media'!$C$9:$C$1911,0)),0)

    Ifferror part was retrieving test may be that is why it is happening
    Last edited by shukla.ankur281190; 01-25-2016 at 08:03 AM. Reason: typo error
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  3. #3
    Registered User
    Join Date
    07-12-2009
    Location
    oxford,england
    MS-Off Ver
    Excel Microsoft 365
    Posts
    53

    Re: Baffled why formula wont work

    Thanks Ankur,

    The formula im using is picking up the required information from the "UK Media " sheet, and if i =O608 it returns the correct value, its just when i add *M3 that the value error is showing, yet in all other cells in the column it works fine?
    This is why im baffled?

  4. #4
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,809

    Re: Baffled why formula wont work

    It can be difficult to debug this sort of thing from a picture (stored in a word processing file).

    One thing I notice in the picture, the 1 in M3 is left aligned, which is the default alignment for text (numbers default to right aligned). The first thing I would check is to make sure that M3 contains the number 1 and not the character "1" or the character "1" followed by some non-printing gibberish characters. The =LEN() function can be a useful function for this and/or the ISTEXT() function and/or the CODE() and or the MID(), LEFT(), RIGHT() functions.

    List of text manipulation functions: https://support.office.com/en-us/art...__toc309306717
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

+ 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. [SOLVED] Conditional Formatting wont work when I am using a formula
    By Jojojojo7 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-23-2015, 08:13 AM
  2. IF Statment wont work due to =NOW() formula
    By Muzza86 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-16-2014, 09:23 AM
  3. [SOLVED] Why formula wont work over multiple worksheets?
    By bjcowen9000 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-13-2013, 06:51 PM
  4. Excel formula wont work
    By thepitzaboy in forum Excel General
    Replies: 2
    Last Post: 07-08-2011, 02:31 AM
  5. VLOOKUP wont work if the cell contains a formula
    By Tony Vargo in forum Excel General
    Replies: 11
    Last Post: 03-27-2009, 06:16 AM
  6. Why wont max work on cells that have a formula
    By leedsexcel in forum Excel Formulas & Functions
    Replies: 25
    Last Post: 11-23-2007, 02:31 PM
  7. Why wont this simple formula work
    By Bigredno8 in forum Excel General
    Replies: 3
    Last Post: 12-06-2005, 11:30 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