Insert First Value from the range

asolopreneur

New Member
Joined
Nov 15, 2017
Messages
40
Platform
  1. Windows
I want a formula which can scan a range and insert first value (number).

ValueValueValueValue
Formula to insert 1 here1
Formula to insert 2 here2
Formula to insert 3 here3
Formula to insert 4 here4

<tbody>
</tbody>


I don't want to insert all the data manually. I want to insert the data in column "A" whenever I add value from column B to Z.

In A2 the formula should scan B2:Z2 and insert the first value it founds.

P.S - I am using Google sheets.

Thanks :)
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
It's simpler than you expect :)

A2 {=B2:Z2}
A3 {=B3:Z3}
.
.
.


It's an array formula so you have to Ctrl+Shift+Enter after paste ;)
 
Last edited by a moderator:
Upvote 0
Not working.

gk7tNP9.png
 
Upvote 0

Forum statistics

Threads
1,215,425
Messages
6,124,825
Members
449,190
Latest member
rscraig11

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