+ Reply to Thread
Results 1 to 7 of 7

column question

  1. #1
    Registered User
    Join Date
    04-01-2015
    Location
    Edmonton,Canada
    MS-Off Ver
    2011
    Posts
    3

    column question

    Hi,

    Sorry for asking a newbie question but I can not find the answer anywhere. So please have patience.

    The other day I decided to fix up a worksheet for my personal finance. So I have Debits and Credits. At the far right is my Total.
    Say column F is for Total. So I put in the equation and dragged the cell all the way down. This worked well and the calculation
    was correct. The correct dollar was displayed on F3. And the same dollar amount also displayed on F4, F5, F6...... all the way down.
    I found that a bit disturbing to look at and wondered what can be done to eliminate that same repetitive displays on F4,F5.... .

    Thanks for your help!

  2. #2
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,873

    Re: column question

    As far as I can think, there was a problem with Absolute/Mixed/Relative Cell References in the Formula..

    Can you mention what your formula was?
    Cheers!
    Deep Dave

  3. #3
    Forum Contributor
    Join Date
    12-11-2010
    Location
    Indiana, USA
    MS-Off Ver
    Excel 2007
    Posts
    118

    Re: column question

    Does your formula contain the "$"? This will keep the cell static: Dragging "$F3" Down will change the formula to "$F4, $F5, $F6....", on the other hand: Dragging "$F$3" Down will change the formula to "$F$3, $F$3, $F$3.....because you set the code to row 3 by using the "$"-sign

  4. #4
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: column question

    Use if function
    =if(count(d4:e4),"use formula what you are using now","")
    still you are facing problem, provide the formula which you are using in F2 or F3
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  5. #5
    Registered User
    Join Date
    04-01-2015
    Location
    Edmonton,Canada
    MS-Off Ver
    2011
    Posts
    3

    Re: column question

    I don't have the dollar sign on equation. I just have "=F2-C3+D3" and dragging it down the column.

  6. #6
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: column question

    Try the following in F3
    =IF(COUNT(C2:D2),F1-C2+D2,"")
    OR
    =IF(COUNT(C2:D2),LOOKUP(10^10,F$1:F1)-C2+D2,"")
    COPY TOWARDS DOWN

  7. #7
    Registered User
    Join Date
    04-01-2015
    Location
    Edmonton,Canada
    MS-Off Ver
    2011
    Posts
    3

    Re: column question

    Thanks nflsales the first equation worked for me. Now I have only one outcome displayed. Great! Many thanks!

+ 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. Simple question: Plot column with text vs column with values
    By Morridini in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 11-11-2014, 12:24 PM
  2. column question
    By tab2 in forum Excel General
    Replies: 5
    Last Post: 06-25-2010, 04:34 AM
  3. Column ref - quick question
    By EnergyEngineer in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-07-2008, 03:54 PM
  4. [SOLVED] column Filter question
    By Bg in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-04-2006, 03:50 PM
  5. Column() question
    By [email protected] in forum Excel General
    Replies: 3
    Last Post: 03-28-2006, 03:00 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