Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bgg bgg is offline
external usenet poster
 
Posts: 2
Default clear range of cells if another becomes blank

I want to clear a range of cells on a sheet if a cell that has a formula
=INF!B2 becomes blank by clearing the data on the INF sheet cell B2

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default clear range of cells if another becomes blank

=INF!B2

Just hazarding a thought that
perhaps you might be looking for something like this instead:
=IF(INF!B2="","",INF!B2)

Copy the formula across/down as required
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"bgg" wrote:
I want to clear a range of cells on a sheet if a cell that has a formula
=INF!B2 becomes blank by clearing the data on the INF sheet cell B2

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bgg bgg is offline
external usenet poster
 
Posts: 2
Default clear range of cells if another becomes blank

I'll try to better explain what I am trying to achieve
I have two sheets in a workbook,one labeled INF and one labeled AB
I enter a name in cell B2 on INF sheet,than on sheet AB in B3 I have
=IF(INF!B20,INF!B2,"")
Now I have dates that I enter on sheet AB row B3:F3
I wish the contents in cells B3:F3 on AB sheet to be cleard when I clear the
contents in B2 on the INF sheet

"Max" wrote:

=INF!B2


Just hazarding a thought that
perhaps you might be looking for something like this instead:
=IF(INF!B2="","",INF!B2)

Copy the formula across/down as required
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"bgg" wrote:
I want to clear a range of cells on a sheet if a cell that has a formula
=INF!B2 becomes blank by clearing the data on the INF sheet cell B2

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default clear range of cells if another becomes blank

.. on sheet AB in B3 I have
=IF(INF!B20,INF!B2,"")


You probably mean in B2, not B3 (guess it's a typo?)

Ok, guess I'm out here. You would need a sub to do what you want. Hang
around awhile for insights from others versed in vba. If nobody jumps in
here, you could put it in a fresh posting (use your better description
below, but corrected for the typo) in excel.programming.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"bgg" wrote in message
...
I'll try to better explain what I am trying to achieve
I have two sheets in a workbook,one labeled INF and one labeled AB
I enter a name in cell B2 on INF sheet,than on sheet AB in B3 I have
=IF(INF!B20,INF!B2,"")
Now I have dates that I enter on sheet AB row B3:F3
I wish the contents in cells B3:F3 on AB sheet to be cleard when I clear
the
contents in B2 on the INF sheet



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
Copying to blank cells scorpiorc Excel Discussion (Misc queries) 3 December 6th 06 08:27 PM
Sorting and Eliminating Blank Cells in Formula range Santas Helper Excel Worksheet Functions 3 November 24th 06 07:13 PM
Simple Sumproduct of 2 Columns, with some blank cells in range SteveC Excel Discussion (Misc queries) 4 May 12th 06 07:20 PM
Counting blank and filled cells within a range. greg7468 Excel Discussion (Misc queries) 3 June 28th 05 10:41 PM
Counting empty cells within a range of cells Rosehill - ExcelForums.com New Users to Excel 0 April 7th 05 12:47 AM


All times are GMT +1. The time now is 05:59 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"