+ Reply to Thread
Results 1 to 6 of 6

Problems adding formula together. Please Help!

  1. #1
    Ted
    Guest

    Problems adding formula together. Please Help!

    Hi,

    I am ultimately trying to incorporate these two:

    =ROUND(7/(A3-A3),5)


    =IF(A3>0.5,A3,"")

    I cant get them to both run together though – has anyone any suggestions
    please??

    Ted.


  2. #2
    Adam Kroger
    Guest

    Re: Problems adding formula together. Please Help!

    Doesn't the math portion of =ROUND(7/(A3-A3),5) specifically 7/(A3-A3)
    result in a "Divide by zero" regardless of the value of A3?

    I'm not the sharpest knife in the drawer when it comes to Excell ,(I'm
    looking for help on another matter) so there could be something somewhere
    else in the formula that invalidates my observation, but I'd start by making
    sure the math operation is actually what you want done.

    Adam

    "Ted" <[email protected]> wrote in message
    news:[email protected]...
    > Hi,
    >
    > I am ultimately trying to incorporate these two:
    >
    > =ROUND(7/(A3-A3),5)
    >
    >
    > =IF(A3>0.5,A3,"")
    >
    > I cant get them to both run together though - has anyone any suggestions
    > please??
    >
    > Ted.
    >




  3. #3
    Biff
    Guest

    Re: Problems adding formula together. Please Help!

    Hi!

    > =ROUND(7/(A3-A3),5)


    That won't work. You're dividing by zero and will return a #DIV/0! error.

    Perhaps you mean:

    =ROUND(7/A3-A3,5)

    And perhaps this:

    =IF(ROUND(7/A3-A3,5)>0.5,A3,"")

    Biff

    "Ted" <[email protected]> wrote in message
    news:[email protected]...
    > Hi,
    >
    > I am ultimately trying to incorporate these two:
    >
    > =ROUND(7/(A3-A3),5)
    >
    >
    > =IF(A3>0.5,A3,"")
    >
    > I cant get them to both run together though - has anyone any suggestions
    > please??
    >
    > Ted.
    >




  4. #4
    Ted
    Guest

    Re: Problems adding formula together. Please Help!

    Hi, sorry, I meant to write A3-B3 for all of it - its because its for cells
    ZX and ZY etc, so I thought it might be simpler to use examples of single
    alphabet. Otherwise, the formula is fine – except for me not being able to
    attach the two. They work well alone etc, I just don’t know what order to
    separate the sections and what abbreviations to use etc.

    If anyone has any ideas..?

    Thanks for you response though, its appreciated.

    Ted.


    "Adam Kroger @hotmail.com>" wrote:

    > Doesn't the math portion of =ROUND(7/(A3-A3),5) specifically 7/(A3-A3)
    > result in a "Divide by zero" regardless of the value of A3?
    >
    > I'm not the sharpest knife in the drawer when it comes to Excell ,(I'm
    > looking for help on another matter) so there could be something somewhere
    > else in the formula that invalidates my observation, but I'd start by making
    > sure the math operation is actually what you want done.
    >
    > Adam
    >
    > "Ted" <[email protected]> wrote in message
    > news:[email protected]...
    > > Hi,
    > >
    > > I am ultimately trying to incorporate these two:
    > >
    > > =ROUND(7/(A3-A3),5)
    > >
    > >
    > > =IF(A3>0.5,A3,"")
    > >
    > > I cant get them to both run together though - has anyone any suggestions
    > > please??
    > >
    > > Ted.
    > >

    >
    >
    >


  5. #5
    Ted
    Guest

    Re: Problems adding formula together. Please Help!

    the two I am trying to connect to be one sum, should be:

    =ROUND(7/(A3-B3),5)


    =IF(<0.5"")

    where "" means enter a blank cell

    sorry for the previous version.

    any ideas?

    T.
    "Adam Kroger @hotmail.com>" wrote:

    > Doesn't the math portion of =ROUND(7/(A3-A3),5) specifically 7/(A3-A3)
    > result in a "Divide by zero" regardless of the value of A3?
    >
    > I'm not the sharpest knife in the drawer when it comes to Excell ,(I'm
    > looking for help on another matter) so there could be something somewhere
    > else in the formula that invalidates my observation, but I'd start by making
    > sure the math operation is actually what you want done.
    >
    > Adam
    >
    > "Ted" <[email protected]> wrote in message
    > news:[email protected]...
    > > Hi,
    > >
    > > I am ultimately trying to incorporate these two:
    > >
    > > =ROUND(7/(A3-A3),5)
    > >
    > >
    > > =IF(A3>0.5,A3,"")
    > >
    > > I cant get them to both run together though - has anyone any suggestions
    > > please??
    > >
    > > Ted.
    > >

    >
    >
    >


  6. #6
    Barb Reinhardt
    Guest

    Re: Problems adding formula together. Please Help!

    I assume you do the ROUND function if something is < 0.5. What might that
    be, pray tell?


    "Ted" <[email protected]> wrote in message
    news:[email protected]...
    > the two I am trying to connect to be one sum, should be:
    >
    > =ROUND(7/(A3-B3),5)
    >
    >
    > =IF(<0.5"")
    >
    > where "" means enter a blank cell
    >
    > sorry for the previous version.
    >
    > any ideas?
    >
    > T.
    > "Adam Kroger @hotmail.com>" wrote:
    >
    >> Doesn't the math portion of =ROUND(7/(A3-A3),5) specifically 7/(A3-A3)
    >> result in a "Divide by zero" regardless of the value of A3?
    >>
    >> I'm not the sharpest knife in the drawer when it comes to Excell ,(I'm
    >> looking for help on another matter) so there could be something somewhere
    >> else in the formula that invalidates my observation, but I'd start by
    >> making
    >> sure the math operation is actually what you want done.
    >>
    >> Adam
    >>
    >> "Ted" <[email protected]> wrote in message
    >> news:[email protected]...
    >> > Hi,
    >> >
    >> > I am ultimately trying to incorporate these two:
    >> >
    >> > =ROUND(7/(A3-A3),5)
    >> >
    >> >
    >> > =IF(A3>0.5,A3,"")
    >> >
    >> > I cant get them to both run together though - has anyone any
    >> > suggestions
    >> > please??
    >> >
    >> > Ted.
    >> >

    >>
    >>
    >>




+ 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