View Single Post
 
Old 03-26-2017, 01:21 AM
GIFCoach.com GIFCoach.com is offline Windows 10 Office 2016
Novice
 
Join Date: Mar 2017
Posts: 4
GIFCoach.com is on a distinguished road
Default

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/
Reply With Quote