Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi I am new to macros. I need to write a macro that compares text in two
different columns and if the condition is met will write a numerical number to a third column. I can do this in excel will if statements but I am limited to only 7 nested functions. Here is the example: IF((AND(F1="word1",G1="on")),3,IF((AND(F1="word2", G1="on")),4,IF((AND(F1="word3",G1="on")),5,0))) Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to copy adjacent columns for a specified condition | Excel Programming | |||
macro to compare file columns | Excel Programming | |||
Macro to compare two columns of data | Excel Discussion (Misc queries) | |||
Macro to compare two columns of data | Excel Discussion (Misc queries) | |||
How do I write a VBA code in excel that will compare two columns . | Excel Worksheet Functions |