ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Simple IF Statement Q - Ditzy User (https://www.excelbanter.com/excel-discussion-misc-queries/64892-simple-if-statement-q-ditzy-user.html)

bleu808

Simple IF Statement Q - Ditzy User
 

All,

I am having a major blonde moment here! I am embarassed to ask this
question, but I cant get this to work :confused: Please help...

Here is what I want to happen.

working row by row, if D is blank, then A should say delete, if D has
data, then no action.

I just cant get a formula that doesnt give me a 0 in the wrong spot.
name# or a circular reference error.

Is it friday yet???

Thanks in advance for your help all ;)

Bleu


--
bleu808
------------------------------------------------------------------------
bleu808's Profile: http://www.excelforum.com/member.php...fo&userid=9196
View this thread: http://www.excelforum.com/showthread...hreadid=500911


Pete

Simple IF Statement Q - Ditzy User
 
You need the following formula in column A - I've assumed your data
starts in row 2, so in A2 enter:

=IF(D2="","delete","")

Copy this formula down as many rows as you have in your data set. An
alternative which reads a bit more easily:

=IF(ISBLANK(D2),"delete","")

Hope this helps.

Pete



All times are GMT +1. The time now is 04:45 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com