Thequestion
New Member
- Joined
- Jan 27, 2016
- Messages
- 18
Dear All,
I'm using a list with 100 different codes. I need a different extensive formula for each code.
Every month several new codes will be added to the list.
Is it possible to make a formula list based on certain cell values?
For example:
Code column with these numbers:
5
7
13
2
If cell value is 5 then use formula sumifs('NAV dump'!F:F;'NAV dump'!P:P;LINKS(O63;6);'NAV dump'!D:D;"800120")
If cell value is 7 then use formula vlookup (B6;K:L;2;0)
Combining more than 100 different formulas in 1 cell with nested ifs isn't an option.
It would be very useful if I can connect codes with a list of formulas.
Hopefully my description is clear.
Any help is greatly appreciated
I'm using a list with 100 different codes. I need a different extensive formula for each code.
Every month several new codes will be added to the list.
Is it possible to make a formula list based on certain cell values?
For example:
Code column with these numbers:
5
7
13
2
If cell value is 5 then use formula sumifs('NAV dump'!F:F;'NAV dump'!P:P;LINKS(O63;6);'NAV dump'!D:D;"800120")
If cell value is 7 then use formula vlookup (B6;K:L;2;0)
Combining more than 100 different formulas in 1 cell with nested ifs isn't an option.
It would be very useful if I can connect codes with a list of formulas.
Hopefully my description is clear.
Any help is greatly appreciated