+ Reply to Thread
Results 1 to 4 of 4

New to If Function

Hybrid View

  1. #1
    Registered User
    Join Date
    10-14-2013
    Location
    Killeen,TX
    MS-Off Ver
    Excel 2013
    Posts
    1

    New to If Function

    I am trying to do a simple Invoice for the wife's business. I have searched many sites but have not found what I needed. I need to know if there is a way to use the IF function for an entire column. Basically If column B is Note then column E is $2, If column b is Letter then column E is $3.
    I have found how to do individual rows but not the whole columns.

  2. #2
    Forum Contributor
    Join Date
    06-26-2013
    Location
    Makati
    MS-Off Ver
    Excel 2010
    Posts
    138

    Re: New to If Function

    =IF(B2="Note",2,IF(B2="Letter",3,0))
    you mean like this? try to copy the formula through all cell in column E as needed and format the column using dollar sign.

  3. #3
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: New to If Function

    Quote Originally Posted by Lou1238 View Post
    if there is a way to use the IF function for an entire column
    =IF(COUNTIF(B:B,"Note"),2,IF(COUNTIF(B:B,"Letter"),3,""))

    Format the Formula Cell with the $ Currency.


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: New to If Function

    Hi and welcome to the forum

    Please take a moment to review our forum rules, specifically rule #1 regarding thread tiles. Then please rename this thread to something that more accurately describes your problem...think google terms - if you typed "new to IF functions" into google, what would you expect to get back?

    To change a Title on your post, click EDIT on you're 1st post, then Go Advanced and change your title
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. index function error using match function to get data from a cell in an array
    By mabildgaard in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-17-2013, 02:21 AM
  2. [SOLVED] IF Function referencing IsNumber, Match, Left function on separate sheets
    By Touch9713 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-12-2013, 10:09 PM
  3. [SOLVED] Using Offset function as the array in the PercentRank function is giving wrong result
    By Bobneil in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 08-06-2013, 09:29 PM
  4. Replies: 1
    Last Post: 03-21-2012, 11:22 AM
  5. Replies: 2
    Last Post: 03-20-2009, 01:29 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