Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have the following function in an Excel spreadsheet. How can I change it
to delete a row instead of just printing No? I am thinking of how I use the ALt key and arrows to get to the Edit menu and delte row option. =IF(A4<A5,"No",IF(AND(B4=B5),"Yes","No")) Thanks in advance. Michael Lucas |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
A formula cannot delete rows.
-- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "mjlucas49" wrote in message ... I have the following function in an Excel spreadsheet. How can I change it to delete a row instead of just printing No? I am thinking of how I use the ALt key and arrows to get to the Edit menu and delte row option. =IF(A4<A5,"No",IF(AND(B4=B5),"Yes","No")) Thanks in advance. Michael Lucas |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() "Chip Pearson" wrote: A formula cannot delete rows. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "mjlucas49" wrote in message ... I have the following function in an Excel spreadsheet. How can I change it to delete a row instead of just printing No? I am thinking of how I use the ALt key and arrows to get to the Edit menu and delte row option. =IF(A4<A5,"No",IF(AND(B4=B5),"Yes","No")) Thanks in advance. Michael Lucas Could I copy the resultss that my functions provide so they are the values, then sort by the values, and the delete the row I don't need? Michael |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Maybe you could just hide the rows you don't want to see.
You could apply Data|Filter|Autofilter to that column. Then use the dropdown arrow to show the rows you want to see. If you really wanted to delete the "no's", you could show those rows, then select those visible cells and edit|Delete|entire row. Then data|Filter|Show all (to see everything) or data|filter|autofilter (to remove the filter arrows) mjlucas49 wrote: I have the following function in an Excel spreadsheet. How can I change it to delete a row instead of just printing No? I am thinking of how I use the ALt key and arrows to get to the Edit menu and delte row option. =IF(A4<A5,"No",IF(AND(B4=B5),"Yes","No")) Thanks in advance. Michael Lucas -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() "Dave Peterson" wrote: Maybe you could just hide the rows you don't want to see. You could apply Data|Filter|Autofilter to that column. Then use the dropdown arrow to show the rows you want to see. If you really wanted to delete the "no's", you could show those rows, then select those visible cells and edit|Delete|entire row. Then data|Filter|Show all (to see everything) or data|filter|autofilter (to remove the filter arrows) mjlucas49 wrote: I have the following function in an Excel spreadsheet. How can I change it to delete a row instead of just printing No? I am thinking of how I use the ALt key and arrows to get to the Edit menu and delte row option. =IF(A4<A5,"No",IF(AND(B4=B5),"Yes","No")) Thanks in advance. Michael Lucas -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stop excel from dropping the 0 in the beginning of a number? | Setting up and Configuration of Excel | |||
Open Excel 2003 from Windows Explorer | Excel Discussion (Misc queries) | |||
Need suggestions for some uses of Ms Excel | Excel Discussion (Misc queries) | |||
Excel Range Value issue (Excel 97 Vs Excel 2003) | Excel Discussion (Misc queries) | |||
Excel 2002 and 2000 co-install. Control Which Starts ? | Excel Discussion (Misc queries) |