View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
woknick[_7_] woknick[_7_] is offline
external usenet poster
 
Posts: 1
Default Help: Comparing two values

I have 2 numbers that I want to compare to each other.
The first number is in B4 and the second is in C4. The comparison wil
be

if C4 < B4 Then
'Do something

how can I create a loop to perform this check on rows B4 through B2
and C4 through C24. so that each row will be compared.

thanks in advanc

--
Message posted from http://www.ExcelForum.com