Related:
- Comparig Rows with particular value
- Paste data below the last used row - Guide
- Excel create unique id for each row ✓ - Forum - Excel
- Print the following pattern for the given n number of rows. pattern for n = 4 1 11 111 1111 ✓ - Forum - Programming
- Copy conditional formatting from one row to another ✓ - Forum - Excel
- Macro to insert row in excel based on criteria ✓ - Forum - Excel
2 replies
venkat1926
Nov 18, 2010 at 11:37 PM
- Posts
- 1864
- Registration date
- Sunday June 14, 2009
- Status
- Contributor
- Last seen
- August 7, 2021
Nov 18, 2010 at 11:37 PM
I am rephrasing:
if colum b value is :ok" then leave it as it is
if not then copy value in A column to B column
suppose original data is like this
hdng 1 hdng 2
a
s ok
d
f ok
g
now in C2 copy this formula
copy C2 down
if you want you can now delete column B . But I suggest you keep it so that you will know what the original data is.
if colum b value is :ok" then leave it as it is
if not then copy value in A column to B column
suppose original data is like this
hdng 1 hdng 2
a
s ok
d
f ok
g
now in C2 copy this formula
=IF(B2="ok","ok",A2)
copy C2 down
if you want you can now delete column B . But I suggest you keep it so that you will know what the original data is.
Nov 19, 2010 at 04:07 AM
I had already done this, but i required that message should be prompted and it will tell in which row value is not "OK".
rakesh