Help Please - 2003 IF

kjoy064

New Member
Joined
Oct 28, 2009
Messages
4
Howdy,

i need a little help if possible. I'm trying to sort that if a cell (Q22) contains text (anything) that cell it adds cell R22 into AC22. But also if S22 has text that it adds Q22 (only if T22 has text) all into AC22 and so on up to 6 if's.

Below is what i have thus far.

=IF(R22<>"",Q22,IF(T22<>"",S22,+IF(V22<>"",U22,IF(X22<>"",W22,IF(Z22<>"",Y22,IF(AB22<>"",AA22,0))))))

thanks
 
Last edited:

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Is there any way you could illustrate your data set and expected results? It may make the problem a little clearer.
 
Upvote 0

Forum statistics

Threads
1,224,617
Messages
6,179,915
Members
452,949
Latest member
beartooth91

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top