D
Dan
I have a somewhat complex if statement I am having a
problem with. Figured it would probably be easier to use
a nested if, read the help file for the nested if,
followed the directions, but still is a no go. Here is
the detailed problem.
The are detailed tickets. Tickets are distributed to
registers. From the registers, they are distributed to
the customers. Tickets distrib to registers are on one
worksheet, tickets distributed to customers are on another
sheet. I have performed this & it works out fine &
updates fields appropriately. Tickets are not always
numbered 1 - X, some tickets start with 100 - x for
example.
The problem is..when I distribute tickets to a certain
register & do not sell any of them...and then go to the
sheet where it shows the updated register inventory...i
dont get the number i am looking for
to make it easier for you visually...
Sheet2 - Add permits to registers
Sheet3 - Update permits sold to customers (key in tickets
sold)
Sheet5 - Updated register inventory
Here is the current formula I have in Sheet5..
=IF(MAX(Sheet2!C10:C109)=MAX(Sheet3!C10:C109),MAX(Sheet3!
D10108)+1,MAX(Sheet2!C10:C109))
column C = ticket starting #
column D = ticket ending #
i have max( in there because there are many batches that
occur in this process
my current formula in sheet 5 returns to me a value of
1...because there has been no distribution of tickets to
either the register or to customers...when i enter #s to
to the previous distribution, that formula works great!
but when there is no distribution, frustration mounts, if
you need any more details please let me know, this same
msg is posted on the another section as well, appreciate
any help
Dan
Orlando
problem with. Figured it would probably be easier to use
a nested if, read the help file for the nested if,
followed the directions, but still is a no go. Here is
the detailed problem.
The are detailed tickets. Tickets are distributed to
registers. From the registers, they are distributed to
the customers. Tickets distrib to registers are on one
worksheet, tickets distributed to customers are on another
sheet. I have performed this & it works out fine &
updates fields appropriately. Tickets are not always
numbered 1 - X, some tickets start with 100 - x for
example.
The problem is..when I distribute tickets to a certain
register & do not sell any of them...and then go to the
sheet where it shows the updated register inventory...i
dont get the number i am looking for
to make it easier for you visually...
Sheet2 - Add permits to registers
Sheet3 - Update permits sold to customers (key in tickets
sold)
Sheet5 - Updated register inventory
Here is the current formula I have in Sheet5..
=IF(MAX(Sheet2!C10:C109)=MAX(Sheet3!C10:C109),MAX(Sheet3!
D10108)+1,MAX(Sheet2!C10:C109))
column C = ticket starting #
column D = ticket ending #
i have max( in there because there are many batches that
occur in this process
my current formula in sheet 5 returns to me a value of
1...because there has been no distribution of tickets to
either the register or to customers...when i enter #s to
to the previous distribution, that formula works great!
but when there is no distribution, frustration mounts, if
you need any more details please let me know, this same
msg is posted on the another section as well, appreciate
any help
Dan
Orlando