+ Reply to Thread
Results 1 to 3 of 3

If Funtion column references

  1. #1
    Registered User
    Join Date
    12-01-2008
    Location
    India
    MS-Off Ver
    Microsoft 365 Enterprise - Excel version2301
    Posts
    67

    If Funtion column references

    Need help with IF function, how can I change or increase certain number of columns for the reference in teh IF formula.

    In the attached file when I copy the IF function from Q3 to R3 it should refer to Feb-Data (D3) instead of B3 and when I copy the formula in S3 it should refer to Mar-Data that is G3 and so on.

    Thanks in advance.

    Amar
    Attached Files Attached Files

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,436

    Re: If Funtion column references

    One way, for the data as presented in the sample:

    Formula: copy to clipboard
    Please Login or Register  to view this content.



    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,423

    Re: If Funtion column references

    Put this formula in Q3:

    =IF(INDEX($A$3:$O$3,MATCH(Q1,$A$1:$O$1,0))=1,"Good",IF(INDEX($A$3:$O$3,MATCH(Q1,$A$1:$O$1,0))=2,"Average",IF(INDEX($A$3:$O$3,MATCH(Q1,$A$1:$O$1,0))=3,"Bad","okay")))

    then you can copy the formula across.

    Hope this helps.

    Pete

+ 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] Using the divide funtion on a column
    By cgsweger in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-16-2014, 08:33 AM
  2. Whole Column References...when and when not?
    By hurst2008 in forum Excel General
    Replies: 2
    Last Post: 01-13-2014, 06:08 PM
  3. [SOLVED] how to Use COUNTIFS funtion with the criteria_range1 to be a column.
    By freeSky in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-27-2012, 11:42 PM
  4. Return column index number after entering two column references
    By 4am in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-28-2010, 03:33 PM
  5. [SOLVED] how to change column references, while filling down another column
    By bclancy12 in forum Excel General
    Replies: 1
    Last Post: 06-07-2006, 11:15 AM

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