+ Reply to Thread
Results 1 to 2 of 2

Looking for Excel formula functions

  1. #1
    Registered User
    Join Date
    09-28-2009
    Location
    Alberta Canada
    MS-Off Ver
    Excel 2003
    Posts
    41

    Looking for Excel formula functions

    Does anyone know where I can find a list of all the acceptable excel formula functions with a description of what they do? (if, than, true, false....)

    I am trying to have a blank cell base on another cell being false.

    =IF(G4,(C4),(???))

    if G4 is true the cell will =C4
    if G4 is false the cell should be left blank

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Looking for Excel formula functions

    Hi Kevin,

    For a function list, see here (Excel 2007): http://office.microsoft.com/en-us/ex...791861033.aspx

    As for your other issue, try:

    =IF(G4,C4,"")

    You don't need G4=TRUE, since the value in G4 will provide the TRUE or FALSE result of the test.

+ 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