D
DennisG
My object is to automate a form report of pre worded
statements generated from a code that selects “YOU HAVE”
statements # 1-27 and “WE RECOMMEND” statements # 28-62
from “Table1” displayed in cells to be merged in a table
named “Data”
I am using excel to be the data source document and every
thing seems to work until statement # 30 then excel
repeats statement #31 over and over regardless of the
code number above #27 entered.
Excel sheet “Table1” is numbered consecutively 1 to 62.
Sheet "Data" contains the formula for the “YOU HAVE”
statements 1-27: =IF(AND(U2>0,U2<28),VLOOKUP
(U2,Table1,2)””) this works fine.
The second formula that is giving me fits for the “WE
RECOMMEND” statements #28-62 is:
=IF(AND(A12>27,A12<63)VLOOKUP(A12,Table1,2)””) this works
until statement #30 and then #31 is repeted.
statements generated from a code that selects “YOU HAVE”
statements # 1-27 and “WE RECOMMEND” statements # 28-62
from “Table1” displayed in cells to be merged in a table
named “Data”
I am using excel to be the data source document and every
thing seems to work until statement # 30 then excel
repeats statement #31 over and over regardless of the
code number above #27 entered.
Excel sheet “Table1” is numbered consecutively 1 to 62.
Sheet "Data" contains the formula for the “YOU HAVE”
statements 1-27: =IF(AND(U2>0,U2<28),VLOOKUP
(U2,Table1,2)””) this works fine.
The second formula that is giving me fits for the “WE
RECOMMEND” statements #28-62 is:
=IF(AND(A12>27,A12<63)VLOOKUP(A12,Table1,2)””) this works
until statement #30 and then #31 is repeted.