Use Last Recognized Cell, simple task, help!

kittykater

New Member
Joined
Jun 22, 2012
Messages
4
Hey Guys,


Been wracking my brain around this, seems like it should be easy to do and I'm sure it is.


So I have this simple report shown here


img1ce.jpg



All I need to do is populate the second column like so. Is there a formula or way (perhaps using countifs?) to do this?


img2i.jpg



Thanks for the help!

Cross Posted Here:


http://www.excelforum.com/excel-gen...l-simple-task-help.html?p=2834611#post2834611


http://www.mrexcel.com/forum/showth...-Cell-simple-task-help!&p=3188093#post3188093


http://www.ozgrid.com/forum/showthread.php?t=166831&p=614685#post614685
 
Last edited:

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Hi KittyKater,

Try this:

Code:
=IF(MID(A46,1,1)=">",B45,A46)
 
Last edited:
Upvote 0
Hey Guys,


Been wracking my brain around this, seems like it should be easy to do and I'm sure it is.

All I need to do is populate the second column like so. Is there a formula or way (perhaps using countifs?) to do this?

Thanks for the help!

Cross Posted Here:


http://www.excelforum.com/excel-gen...l-simple-task-help.html?p=2834611#post2834611


http://www.mrexcel.com/forum/showth...-Cell-simple-task-help!&p=3188093#post3188093


http://www.ozgrid.com/forum/showthread.php?t=166831&p=614685#post614685
Try this...

Enter this formula in B1:

=A1

Enter this formula in B2 and copy down as needed:

=IF(LEFT(A2)=">",B1,A2)
 
Upvote 0

Forum statistics

Threads
1,203,064
Messages
6,053,320
Members
444,653
Latest member
Curdood

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