Thread: Column Code
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DaveB[_2_] DaveB[_2_] is offline
external usenet poster
 
Posts: 5
Default Column Code

I have 2 columns in my worksheet:
Column A Column B
10 TRUE
0 FALSE
4 TRUE
0 FALSE
2 TRUE

For every FALSE in column B, I would like column A to be
-997.

Thanks in advace for the code.
DaveB