At a loose end with formulas.....Help Please

magneyhead

New Member
Joined
May 31, 2011
Messages
7
Hi,

This is my first post and I despartely need help: I am using excel 2003.

My problem...

I have dates in cells N10, AB10, AP10, BD10 etc....

What i need excel to do is:
Find which cell has a value of "31/05/11" (N10, AB10, AP10, BD10)
and return the value in the cell one down and one to the left (M11, AA11, AO11, BC11)

This is probably very simple but i am just stuck.

Thanks

Charmagne
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Hi,

This is my first post and I despartely need help: I am using excel 2003.

My problem...

I have dates in cells N10, AB10, AP10, BD10 etc....

What i need excel to do is:
Find which cell has a value of "31/05/11" (N10, AB10, AP10, BD10)
and return the value in the cell one down and one to the left (M11, AA11, AO11, BC11)

This is probably very simple but i am just stuck.

Thanks

Charmagne
N2: 31-May-11

N3, control+shift+enter, not just enter:

=INDEX(M11:BC11,MATCH(1,IF(MOD(COLUMN(N10:BD10)-COLUMN(N10),14)=0,IF(N10:BD10=N2,1)),0))
 
Upvote 0
That means that the date can't be found. Make sure that it's a serial date not a text entry that looks like a date - you can use the ISNUMBER function to check.
 
Upvote 0
I have one last question I wondered if you could help with please: In the cell where i am using the formula how do i get #n/a to appear as 0's?
Thanks
Charmagne
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,728
Members
452,939
Latest member
WCrawford

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