Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How to check one cell value to diffrent cell and check the condition and if
fulfils the condition than return a value from a different cell to the cell we Started comparing |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Care to explain.
-- Don Guillett Microsoft MVP Excel SalesAid Software "Adarsh Nath" <Adarsh wrote in message ... How to check one cell value to diffrent cell and check the condition and if fulfils the condition than return a value from a different cell to the cell we Started comparing |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
dim Cell1 as range
dim Cell2 as range dim cell3 as range set cell1 = somecellinyourcode1 set cell2 = somecellinyourcode2 set cell3 = somecellinyourcode3 if cell1.value = cell2.value then cell1.value = cell3.value end if Adarsh Nath wrote: How to check one cell value to diffrent cell and check the condition and if fulfils the condition than return a value from a different cell to the cell we Started comparing -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell that is formated for Date shows a diffrent number | Excel Discussion (Misc queries) | |||
TOO MANY DIFFRENT CELL FORMATS | Excel Discussion (Misc queries) | |||
TOO MANY DIFFRENT CELL FORMAT | Excel Discussion (Misc queries) | |||
I want to seperate two words in same cell to be in two diffrent ce | Excel Discussion (Misc queries) | |||
how can i format a cell with 3 diffrent group to add | Charts and Charting in Excel |