What is an op-ed column?

Replace number in column A with higher number in column B excel?

  • We have an excel sheet, in column A we have a number, in column B we also have a number. We need to replace number is column A with the number is column B, ONLY is the number in column B is higher than column A. For example, if number in column A is 1 & the number in column B is 2, then we want to replace the 1 in column A with the number 2 from column B. Appreciate any help.

  • Answer:

    I'd use column C with the following formula: =IF( A1<B1, B1, A1) Then, copy C and then pate values only. (its a paste option)

Steve W at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.