Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
bleu808
 
Posts: n/a
Default 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 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

  #2   Report Post  
Posted to microsoft.public.excel.misc
Pete
 
Posts: n/a
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ask user for input during marco TSS Excel Discussion (Misc queries) 1 November 16th 05 10:57 PM
Detecting when a user deletes a row Wescotte Excel Worksheet Functions 0 November 8th 05 12:01 AM
Example User Form Required robertguy Excel Discussion (Misc queries) 0 October 4th 05 02:25 PM
IF statement(?) contrarian Excel Discussion (Misc queries) 3 September 30th 05 06:14 PM
If statement Matt Montagliano Excel Discussion (Misc queries) 1 September 8th 05 08:47 PM


All times are GMT +1. The time now is 11:29 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"