+ Reply to Thread
Results 1 to 7 of 7

another simple formula

Hybrid View

  1. #1
    Registered User
    Join Date
    01-13-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    14

    another simple formula

    Sorry to keep posting simple questions, but I've never used excel before. What is the formula for d25 divided by c26?
    Last edited by oceanside; 01-21-2013 at 09:18 PM.

  2. #2
    Registered User
    Join Date
    01-13-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    14

    Re: another simple formula

    d25 formula is =IF(SUM(D5:D24)=0,"",SUM(D5:D24))
    c26 formula is =IF(SUM(C5:C24)=0,"",SUM(C5:C24))

    I don't know if that makes a difference though.

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,408

    Re: another simple formula

    Try this:

    =D25 / C26

    Hope this helps.

    Pete

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,408

    Re: another simple formula

    In that case you want to avoid errors if C26 is blank - use this instead:

    =IF(C26="","",D25/C26)

    Hope this helps.

    Pete

  5. #5
    Registered User
    Join Date
    01-13-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    14

    Re: another simple formula

    Quote Originally Posted by Pete_UK View Post
    In that case you want to avoid errors if C26 is blank - use this instead:

    =IF(C26="","",D25/C26)

    Hope this helps.

    Pete
    Thank you Pete!

  6. #6
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,366

    Re: another simple formula

    prior to your first post they have given you the formula

    =IF(C25<>"",C25*0.4536,"") you can edit this to include an "and" something like below.


    =IF(and(C26<>"",D25<>""),D25/C26,"")
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  7. #7
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: another simple formula

    oceanside,

    Please take a moment to read the forum rules and then amend your thread title to something descriptive of your problem. Once you have done this please send me a PM and I will remove this request.

    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ 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