Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default IFBlank Formula

I'd like to run the following formula if Cells A11:A43
contain a blank. =IF(($A410)*(AND($B420)),$A41,"")

How do I go about this?

Thanks!

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 31
Default IFBlank Formula

There is actually a ISBlank formula.


"aldricla" wrote in message
...
I'd like to run the following formula if Cells A11:A43
contain a blank. =IF(($A410)*(AND($B420)),$A41,"")

How do I go about this?

Thanks!



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default IFBlank Formula

Thank you... How would I write the formula to populate
the cells with =IF(($A410)*(AND($B420)),$A41,"") if they
are blank using the ISBlank formula?
-----Original Message-----
There is actually a ISBlank formula.


"aldricla" wrote in

message
...
I'd like to run the following formula if Cells A11:A43
contain a blank. =IF(($A410)*(AND($B420)),$A41,"")

How do I go about this?

Thanks!



.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 31
Default IFBlank Formula

Here is a formula that I use to do a calculation if the user enter something
into cell A5

=IF(NOT(ISBLANK(A5)),(E4)+(C5)-(D5),"")

You would want something like this:

=IF(NOT(ISBLANK(SomeCell)),(=IF(($A410)*(AND($B42 0)),$A41,"")),"")

There might be a problem with the parentheses in the above, I didn't try it.


"aldricla" wrote in message
...
Thank you... How would I write the formula to populate
the cells with =IF(($A410)*(AND($B420)),$A41,"") if they
are blank using the ISBlank formula?
-----Original Message-----
There is actually a ISBlank formula.


"aldricla" wrote in

message
...
I'd like to run the following formula if Cells A11:A43
contain a blank. =IF(($A410)*(AND($B420)),$A41,"")

How do I go about this?

Thanks!



.



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
IFBLANK mrtintheweb Excel Discussion (Misc queries) 2 April 19th 10 12:26 PM
ifblank function [email protected] Excel Worksheet Functions 6 May 4th 09 05:51 PM
Help IfBlank use data from next cell quzie Excel Worksheet Functions 9 May 2nd 09 06:47 PM
if function and ifblank() function Bob Phillips Excel Worksheet Functions 3 September 25th 06 09:47 PM
Commenting custom formula fields/formula on formula editor Muxer Excel Programming 2 July 24th 03 01:02 AM


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