Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How would I set formatting up to mover certain items that meet a
criteria to a different worksheet? Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Can't be done with formatting, conditional or otherwise. Formatting just
controls how things appear. What you could do on the other sheet is set up an IF() statement testing the value(s) of the cells on the first sheet, and if they meet the criteria, echo them there on that other sheet. Lets say you want to 'move' (not correct, as we are going to echo it) the value in Sheet1!A1 if it is between 10 and 25. Over on another sheet you could have a formula like this: =IF(AND(Sheet1!A1=10,Sheet1!A1<=25),Sheet1!A1,"") that would display the contents of Sheet1!A1 on this sheet when it is between 10 and 25 (inclusive), and not show anything when it isn't. " wrote: How would I set formatting up to mover certain items that meet a criteria to a different worksheet? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sorting a range with conditional formatting | Excel Worksheet Functions | |||
conditional formatting glitches | Excel Discussion (Misc queries) | |||
Keeping conditional formatting when sorting | Excel Discussion (Misc queries) | |||
conditional formatting | Excel Discussion (Misc queries) | |||
cannot use ISEVEN or ISODD functions in Conditional Formatting | Excel Worksheet Functions |