Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all,
This is probably easy, but I can't figure it out--is there a formula I could use to replace any number in a range that's greater than 1 with 1? Thanks! Jezzica85 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could use a helper column of formulas:
=if(a11,1,a1) Drag down, convert it to values and delete the original column???? jezzica85 wrote: Hi all, This is probably easy, but I can't figure it out--is there a formula I could use to replace any number in a range that's greater than 1 with 1? Thanks! Jezzica85 -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Not with a formula unless a different cell
=if(a11,1,a1) You would need a macro -- Don Guillett SalesAid Software "jezzica85" wrote in message ... Hi all, This is probably easy, but I can't figure it out--is there a formula I could use to replace any number in a range that's greater than 1 with 1? Thanks! Jezzica85 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Seed numbers for random number generation, uniform distribution | Excel Discussion (Misc queries) | |||
Why are 1/2 my numbers imported as text and the rest as numbers? | Excel Discussion (Misc queries) | |||
Replacing a random string of 5 numbers | Excel Discussion (Misc queries) | |||
Numbers stored as text causes problem with VLOOKUP | Excel Worksheet Functions | |||
I need specific numbers to be a selected color everytime | Excel Discussion (Misc queries) |