![]() |
#1
|
|||
|
|||
![]()
Hi there, I hope someone can help with a formula for my problem.
a column of Cells has data which is either various $ amounts or the text 'no deposit'. I wish to copy the various $ amounts to new cells, or, if 'no deposit' then enter $0.00 in the new cell. Any assistance is very much appreciated! Thanks so much. cheers Lynda ![]() using Office 365 |
#2
|
|||
|
|||
![]()
Hi,
I think an IF Formula should work for this. For example, if your first cell of deposit data is in cell A2 then in a new column type: =IF(A2="No Deposit", 0, A2) This formula checks if A2 is the text "No Deposit". If it is it will return 0. If it is not then it will return the original value from A2. You can then copy this down the whole column for each of the deposit amounts. I've added a GIFCoach to this to demonstrate, if this helps: https://www.gifcoach.com/how-to/clea...crosoft-excel/ ![]() |
#3
|
|||
|
|||
![]()
With your data in A2 and downwards put this formula in B2:
=IF(A2="no deposit",0,A2) Copy down. Edit My apologies - I didn't see #2 when I posted. Last edited by xor; 03-26-2017 at 04:59 AM. |
#4
|
|||
|
|||
![]()
Xor, Thank you so much for this!!!
![]() cheers Lynda |
#5
|
|||
|
|||
![]()
@LyndaH
I think your thanks rightfully belong to GIFCoach.com |
![]() |
Tags |
and if formula, if formula |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Overwriting values in formula controlled column | Guloluseus | Project | 3 | 01-09-2017 05:58 PM |
Find and replace multiple values, according to table value - excel formula | EtanM | Excel Programming | 3 | 04-11-2016 01:43 AM |
Formula/function to return column names for matching values | GiJoe81 | Excel | 1 | 06-27-2015 12:13 AM |
![]() |
Jac_Fcb | Excel | 1 | 03-17-2015 12:41 AM |
Breaking Links In A Formula And Making Them Values, Office 2003 | tcohen | Excel | 1 | 03-18-2013 07:05 AM |