C
chris hanners
I have made an expense report template which I use, but the information
in this report varies week from week. What I want to do is create a
formula that will automatically search the data entered and skip over
areas that may not have data in them and enter that information in
another area without skipping spaces. I guess I need a formula that
will automatically retrieve data and sort it and put it in another area
of the report.
example:
A B C D
1 DAY Breakfast Lunch Dinner
2 MON 12.00 15.00 45.00
3 TUE 17.50
4 WED 18.65
5 THU 10.00
6 FRI 56.00
7 SAT 12.00
I want to create a formula that will look at the information as
follows:
box A15 = if B2>0,B2, else go to C2, if C2>0, C2, else go to D2, etc
This formula works for a line or 2, but I am unable to take in account
once a valid formula is reached, to keep it from duplication later on -
There must be a solution to this problem - If you can help - please
contact me - Thanks in advance - Chris
in this report varies week from week. What I want to do is create a
formula that will automatically search the data entered and skip over
areas that may not have data in them and enter that information in
another area without skipping spaces. I guess I need a formula that
will automatically retrieve data and sort it and put it in another area
of the report.
example:
A B C D
1 DAY Breakfast Lunch Dinner
2 MON 12.00 15.00 45.00
3 TUE 17.50
4 WED 18.65
5 THU 10.00
6 FRI 56.00
7 SAT 12.00
I want to create a formula that will look at the information as
follows:
box A15 = if B2>0,B2, else go to C2, if C2>0, C2, else go to D2, etc
This formula works for a line or 2, but I am unable to take in account
once a valid formula is reached, to keep it from duplication later on -
There must be a solution to this problem - If you can help - please
contact me - Thanks in advance - Chris