AussieWayne
New Member
- Joined
- Nov 22, 2012
- Messages
- 28
Hi guys I have a simple one for you I think. I am just not familiar enough to make it work although I think I am close but obviously not close enough.
I have 3 columns, H has letters and I has $ amounts and L is blank
H6......................I6.......... L6
AUD .................$123........
ABC .................$ 58
XYZ .................$224........
Where the test equals AUD I wish to show the $ value of I in L
When it does not equal AUD then L is to be blank
This is what i tried inserting into cell L6 but it is not working
=IF(H6="aud","I6","0")
Please someone show me the error of my ways.
Thank you in advance
I have 3 columns, H has letters and I has $ amounts and L is blank
H6......................I6.......... L6
AUD .................$123........
ABC .................$ 58
XYZ .................$224........
Where the test equals AUD I wish to show the $ value of I in L
When it does not equal AUD then L is to be blank
This is what i tried inserting into cell L6 but it is not working
=IF(H6="aud","I6","0")
Please someone show me the error of my ways.
Thank you in advance
Last edited: