New Member - Needs Help with Excel IF & V Lookups

MRV100

New Member
Joined
May 13, 2013
Messages
2
Hi All,

I have a problem where I'm trying to find a formula for the following and don't know if I need to use a V-lookup, an IF statment or something else.

I'm basically trying to say ;

Sheet 1

A B C
1 From To Date
2 J330 J310 10/05/13
3 J330 J310 10/05/13
4 J330 J310 10/05/13


Sheet 2 ( Blank)

A B C
1 From To Date
2
3
4

If J330 is in column A then input cells A2 to C2 from Sheet 1 into Sheet 2 Cell A2-C2

Is the above possible at all & if not what do you recommend would be a close match?

Thank you for taking time out of your day & I appriecate all of your help
 
Last edited:

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
If you want it on a row by row basis, I.e. Row 3 vs. Row 3 then this would work.......

on Sheet 2 cell A3

=IF('Sheet 1'!$A2="J330",'Sheet 1'!B2,"")

You can then copy this across and down.......If this isn't what you are looking for, please post more details.........

An alternative would be to use a vlookup.......
 
Upvote 0

Forum statistics

Threads
1,214,983
Messages
6,122,595
Members
449,089
Latest member
Motoracer88

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