M
milesryl
Hi,
I am trying to write an IF function to carry data from one sheet t
another if a specific word comes up. The function is being written o
a sheet that tells me who owes money 'today' and is about 40 cell
long in a column. If a person owes money 'today' then I want th
persons name, amount, and payment type to transfer over to my dail
planner worksheet. I don't know how to write the function so all th
payments for 'today' end up in the daily planner, with each payment i
a different cell.
Payment person's name is in I36=IF('[Today''s Payments o
SE.xls]Sheet1'!$D$11="DUE",'[Today''s Payments o
SE.xls]Sheet1'!$B$11,"") - This works fine.
I need the same type of function performed for cells I36:I45, which i
all under the payment person's category. and then also for K36:K4
(for payment type), and L36:L45 (for payment amount)
The cells that "DUE" is coming from is from B11:B56.
Thanks for your help
I am trying to write an IF function to carry data from one sheet t
another if a specific word comes up. The function is being written o
a sheet that tells me who owes money 'today' and is about 40 cell
long in a column. If a person owes money 'today' then I want th
persons name, amount, and payment type to transfer over to my dail
planner worksheet. I don't know how to write the function so all th
payments for 'today' end up in the daily planner, with each payment i
a different cell.
Payment person's name is in I36=IF('[Today''s Payments o
SE.xls]Sheet1'!$D$11="DUE",'[Today''s Payments o
SE.xls]Sheet1'!$B$11,"") - This works fine.
I need the same type of function performed for cells I36:I45, which i
all under the payment person's category. and then also for K36:K4
(for payment type), and L36:L45 (for payment amount)
The cells that "DUE" is coming from is from B11:B56.
Thanks for your help