Hi,
I was asked to create a database and up until we got to the conversion of the excel workbook that they have been using up until now.
There are about 10 cells that either have a number or y n
I gone though all the other formulas and I should be alright coverting these into queries.
I don't understand what is happening with these formulas though so any help would be appreciated.
=IF(OR(T8="No",R8<'Limits allocated'!$B$11),"R9=decline",IF(R8<'Limits allocated'!$C$11,'Limits allocated'!$B$12,IF(R8<'Limits allocated'!$D$11,'Limits allocated'!$C$12,IF(R8<'Limits allocated'!$E$11,'Limits allocated'!$D$12,IF(R8<'Limits allocated'!$F$11,'Limits allocated'!$E$12,IF(R8>='Limits allocated'!$G$11,'Limits allocated'!$F$12,"no"))))))
and
=INDEX('Limits allocated'!$B$12:$H$20,MATCH(S8,'Limits allocated'!$A$12:$A$20,0),MATCH(U8,'Limits allocated'!$B$12:$H$12,0))
Not sure if you need the other formulas for it to make sense?
Tezdread
"With every solution comes a new problem"
I was asked to create a database and up until we got to the conversion of the excel workbook that they have been using up until now.
There are about 10 cells that either have a number or y n
I gone though all the other formulas and I should be alright coverting these into queries.
I don't understand what is happening with these formulas though so any help would be appreciated.
=IF(OR(T8="No",R8<'Limits allocated'!$B$11),"R9=decline",IF(R8<'Limits allocated'!$C$11,'Limits allocated'!$B$12,IF(R8<'Limits allocated'!$D$11,'Limits allocated'!$C$12,IF(R8<'Limits allocated'!$E$11,'Limits allocated'!$D$12,IF(R8<'Limits allocated'!$F$11,'Limits allocated'!$E$12,IF(R8>='Limits allocated'!$G$11,'Limits allocated'!$F$12,"no"))))))
and
=INDEX('Limits allocated'!$B$12:$H$20,MATCH(S8,'Limits allocated'!$A$12:$A$20,0),MATCH(U8,'Limits allocated'!$B$12:$H$12,0))
Not sure if you need the other formulas for it to make sense?
Tezdread
"With every solution comes a new problem"