Results 1 to 7 of 7

Multiple IF Arguments

Threaded View

  1. #1
    Registered User
    Join Date
    12-22-2010
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    5

    Multiple IF Arguments

    I’m trying to get Excel to see if a cell contains the word ‘Sunday’ if it does it counts back the days to Sunday and displays the results of a sum. This seems to be working fine, with one or two IF statements, but as soon as I use any more than that I get an error. I need to go back upto 7 days. This is the calculation I was trying to use:

    IF(B33="Sunday",SUM(L34:L34)," ",IF B32="Sunday",SUM(L33:L34)," ",IF B31="Sunday",SUM(L32:L34)," ",IF B30="Sunday",SUM(L31:L34)," ",IF B29="Sunday",SUM(L30:L34)," ",IF B28="Sunday",SUM(L29:L34)," ",IF B27="Sunday",SUM(L28:L34)," ")

    Any help much appreciated.
    Last edited by Chris-TT; 12-31-2010 at 01:36 PM. Reason: Removing "Solved" as I have a further question about this formula

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