How To Pick-Up 1st Number From A Row?

xlmaniac

Well-known Member
Joined
Jul 2, 2009
Messages
527
Office Version
  1. 2010
Platform
  1. Windows
Dear All,
I do have a sample data set across C1:F1(Numbers) as follows:-
C1=2
D1=3
E1=5
F1=6
In cell B1 I would like to populate the 1st number i.e 2 from C1.
I know it is simple but could not get the same done.
Could somebody help me out pls?
Regards
 

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.
I doubt this is what you want, but appears to be what you are asking for

in B1 =C1
 
Upvote 0
Also try

=INDEX(C1:F1,MATCH(TRUE,INDEX(ISNUMBER(C1:F1),0),0))

If the problem still remains unsolved, please give more varied examples, the expected results and further explanation.
 
Upvote 0
Also try

=INDEX(C1:F1,MATCH(TRUE,INDEX(ISNUMBER(C1:F1),0),0))

If the problem still remains unsolved, please give more varied examples, the expected results and further explanation.


Dear Sir,
Thank you so much for helping me out once again with yet another mesmerising solution.
This is exactly what I was looking for.
Thanks once again.
Regards
 
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,246
Members
449,075
Latest member
staticfluids

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