View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul987[_14_] Paul987[_14_] is offline
external usenet poster
 
Posts: 1
Default Looking for a way to avoid many If/Then statements


I have a sheet containing rows of 20 cells (AE1:BG1) with formulas that
result in True/False. I would like to creat a macro that screens for
rows where the values are either all "True" or "Blank". (anything but
"False").
The Macro would then copy that row and paste it to another sheet.

Is there a way to state If Cells AE1:BG1 < False Then...

If not, is there a better way to go about this? There has to be a
better way than 20 If/Thens...
TIA
Paul


--
Paul987
------------------------------------------------------------------------
Paul987's Profile: http://www.excelforum.com/member.php...o&userid=24850
View this thread: http://www.excelforum.com/showthread...hreadid=519459