Ask Experts Questions for FREE Help !
Ask

Search:

Type: Posts; User: Darkthorne

Search: Search took 0.00 seconds.

  1. Answers
    5
    Views
    648

    One other option if nesting within a vlookup is...

    One other option if nesting within a vlookup is offputting to you would be to change the formula in H3 to below. Your lookup list is based off 2 decimal points
    =ROUND(SUM(L5:L6),2)
  2. "IF(AND" should be "IF(OR". With AND both need to...

    "IF(AND" should be "IF(OR". With AND both need to be blank to return blank. Thanks
  3. Answers
    4
    Views
    16,778

    =Rounddown(cell,-1) Example =rounddown(456,-1) ...

    =Rounddown(cell,-1)
    Example =rounddown(456,-1)
    Will show as 450. The number after the negative sign is how many places prior to the decimal point (to the left) will be rounded down.

    Thanks
  4. Answers
    3
    Views
    2,802

    Formula in the second column is ...

    Formula in the second column is
    =COUNTIF($A$1:A1,A1)
Results 1 to 4 of 4