+ Reply to Thread
Results 1 to 6 of 6

Thread: calculating using absolute cell reference

  1. #1
    Registered User
    Join Date
    09-06-2008
    Location
    uk
    Posts
    5

    Question calculating using absolute cell reference

    [whoops - sorry should have put absolute cell referencing in the title - sorry mods]

    please can someone assist me as i am really stuck with a spreadsheet calculation question

    Use a suitable formula to calculate : money each person has paid

    spreadsheet with other data is attached.

    can someone explain to me how they calculate it also, as i know i have to use absolute cell referencing but getting confused with where and how


    thanks alot
    Attached Files Attached Files
    Last edited by excelhelpme; 09-06-2008 at 01:08 PM. Reason: title change

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Cochrane,Alberta
    MS-Off Ver
    XL 2003,2007,2010
    Posts
    6,843
    Homework question?

    if H2 and I2 both = TRUE then the value is 35 ......... = IF(AND(H2=TRUE,I2=TRUE),35
    If they do not both =TRUE but H2 = TRUE then the value is 7.......... =IF(H2=TRUE,7
    if non of the cells = TRUE then the value is 0 .......... = IF(H2=TRUE,7,0)


    =IF(AND(H2=TRUE,I2=TRUE),35,IF(H2=TRUE,7,0))
    Last edited by davesexcel; 09-06-2008 at 12:54 PM.

  3. #3
    Registered User
    Join Date
    09-06-2008
    Location
    uk
    Posts
    5
    Quote Originally Posted by davesexcel View Post
    Homework question?

    if H2 and I2 both = TRUE then the value is 35 ......... = IF(AND(H2=TRUE,I2=TRUE),35
    If they do not both =TRUE but H2 = TRUE then the value is 7.......... =IF(H2=TRUE,7
    if non of the cells = TRUE then the value is 0 .......... = IF(H2=TRUE,7,0)


    =IF(AND(H2=TRUE,I2=TRUE),35,IF(H2=TRUE,7,0))
    yeah, thanks alot,

    so there is no need to use absolute cell referencing for this question? for example if i was to change the deposit amount etc?

    cheers for the solution
    Last edited by excelhelpme; 09-06-2008 at 01:07 PM.

  4. #4
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Cochrane,Alberta
    MS-Off Ver
    XL 2003,2007,2010
    Posts
    6,843
    Quote Originally Posted by excelhelpme View Post
    yeah, thanks alot,

    so there is no need to use absolute cell referencing for this question?
    I suppose you should reference the dollar amounts under the data table, those would be absolute.
    Did the class not teach about nested if statements??

  5. #5
    Registered User
    Join Date
    09-06-2008
    Location
    uk
    Posts
    5
    Quote Originally Posted by davesexcel View Post
    I suppose you should reference the dollar amounts under the data table, those would be absolute.
    Did the class not teach about nested if statements??
    no, IF statements are waaaay to complex for me to grasp

  6. #6
    Forum Guru shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2007, 2010
    Posts
    25,777
    Or, in J2 and copy down, =H2 * $F$25 + I2 * $F$26
    IF statements are waaaay to complex for me to grasp
    Is it too late to drop this class?

+ 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. How to change absolute cell reference with formula
    By mzypt in forum Excel Worksheet Functions
    Replies: 2
    Last Post: 05-10-2008, 11:36 AM
  2. Cell value is the same as cell reference???
    By alelks in forum Excel Worksheet Functions
    Replies: 6
    Last Post: 04-25-2008, 06:08 PM
  3. cell reference to another workbook breaks
    By dcarroll in forum Excel General
    Replies: 1
    Last Post: 04-06-2008, 07:28 AM
  4. read cell content and use with Hyperlinks.Add Cell
    By apoc [t.i.m.] in forum Excel Programming
    Replies: 1
    Last Post: 09-04-2007, 10:02 AM
  5. copying various cells in ot different cells in a different sheet
    By MonkeyDeath in forum Excel Programming
    Replies: 10
    Last Post: 07-25-2007, 11:22 AM

Tags for this Thread

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.2.0