Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to check one cell value to diffrent cell

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default How to check one cell value to diffrent cell

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default How to check one cell value to diffrent cell

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cell that is formated for Date shows a diffrent number Haider Excel Discussion (Misc queries) 2 December 8th 09 08:26 PM
TOO MANY DIFFRENT CELL FORMATS Raz Excel Discussion (Misc queries) 0 January 9th 09 09:42 AM
TOO MANY DIFFRENT CELL FORMAT Raz Excel Discussion (Misc queries) 2 January 8th 09 08:39 AM
I want to seperate two words in same cell to be in two diffrent ce oasalako1 Excel Discussion (Misc queries) 2 September 22nd 08 05:15 PM
how can i format a cell with 3 diffrent group to add JMGRC Charts and Charting in Excel 0 October 26th 06 10:49 AM


All times are GMT +1. The time now is 10:00 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"