Maverick99
Board Regular
- Joined
- Feb 9, 2008
- Messages
- 108
I would like to apply a formula to a 70,000 row column that will allow me to change a cell's value if a particular condition exists, and if it doesn't then leave the current value alone.
Example:
G5 Rev-Budget 100 If ((G5 = Rev-Actual),ABS(G5),Leave Value Alone)
G6 Rev-Actual -120 If ((G6 = Rev-Actual),ABS(G6),Leave Value Alone)
G7 Exp -50 If ((G7 = Rev-Actual),ABS(G7),Leave Value Alone)
G5 = 100
G6 = 120
G7 = -50
I'd like to do this within the column of data instead of creating a seperate column, writing a similar formula and then copying and pasting the values over the first column of data.
Thanks in Advance,
Maverick
Example:
G5 Rev-Budget 100 If ((G5 = Rev-Actual),ABS(G5),Leave Value Alone)
G6 Rev-Actual -120 If ((G6 = Rev-Actual),ABS(G6),Leave Value Alone)
G7 Exp -50 If ((G7 = Rev-Actual),ABS(G7),Leave Value Alone)
G5 = 100
G6 = 120
G7 = -50
I'd like to do this within the column of data instead of creating a seperate column, writing a similar formula and then copying and pasting the values over the first column of data.
Thanks in Advance,
Maverick