Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 113
Default Deleting Cell Information Automatically

Is it possible to delete information in cells from a certain column by
changing the information in a Cell from a different column using a formula?
Or does it have to be via VB?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default Deleting Cell Information Automatically

Hi,
do you have formula in the cells you want to delete the information ??, if
yes you can add something like this

=if(A1="Delete"0,"",your formula)

A1 is the cell you need to look for the results
="Delete", change it to fit your needs, it might be a number in the case of
a number don't enclose the number between ""

=if(A1=123,"",.................................... .....)

"Brett" wrote:

Is it possible to delete information in cells from a certain column by
changing the information in a Cell from a different column using a formula?
Or does it have to be via VB?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 113
Default Deleting Cell Information Automatically

Hey thank you for your reply. I just realised that i did not phrase what i
wanted to say correctly and gave little information. I just realised that i
cannot enter a formula into the column that i want to delete because i want
to enter different values. I apologise that none of this really makes sense
but i cannot explain it throroughly enough to provide the information without
explaining my whole situation that i don't have enough time to do. However,
thank you very much for your reply and i may use that formula for another
part of my project.

"Eduardo" wrote:

Hi,
do you have formula in the cells you want to delete the information ??, if
yes you can add something like this

=if(A1="Delete"0,"",your formula)

A1 is the cell you need to look for the results
="Delete", change it to fit your needs, it might be a number in the case of
a number don't enclose the number between ""

=if(A1=123,"",.................................... .....)

"Brett" wrote:

Is it possible to delete information in cells from a certain column by
changing the information in a Cell from a different column using a formula?
Or does it have to be via VB?

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
add data without deleting information in cell Hobher Excel Discussion (Misc queries) 1 April 1st 09 02:01 PM
Globally deleting part of the information in a cell JanetP Excel Worksheet Functions 4 November 19th 08 03:32 PM
deleting information from a cell Katti1215 Excel Discussion (Misc queries) 1 January 25th 07 08:46 PM
Deleting the same character automatically in each cell fuzzyjon Excel Worksheet Functions 3 May 15th 06 02:45 PM
How can I make cell data automatically shift up when deleting... Orangepegs Excel Worksheet Functions 1 February 26th 05 04:17 AM


All times are GMT +1. The time now is 05:53 AM.

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

About Us

"It's about Microsoft Excel"