Extract last non empty cell of row (ignoring empty cell containing formula) Google Sheets.

Steinmeyer25

New Member
Joined
Jul 4, 2022
Messages
3
Office Version
  1. 365
Platform
  1. MacOS
Hi all,

I am having some problems making up a formula that extracts the last value (text) of a row.
It would be for row 33 in the screenshot. Right now the value in G33 should show, but the cells after G33 all contain formulas resulting in a blank cell.
By filling in the form, H33, I33,... and so on also show a value. The formula should than change to the last real value of the row.
Right know every formula i used counted the "empty" cells too, containing a formula.

Thank you all in avance,

Kind regards
 

Attachments

  • Screen Shot 2022-07-04 at 5.48.11 PM.png
    Screen Shot 2022-07-04 at 5.48.11 PM.png
    201 KB · Views: 43
Last edited by a moderator:

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Hi & welcome to MrExcel.
Is this for Excel, or Google Sheets?
 
Upvote 0
Not sure if this works in Sheets, but try
Excel Formula:
=LOOKUP(2,1/(B33:R33<>""),B33:R33)
 
Upvote 0
using this formula it says "#N/A, Did not find value '2' in LOOKUP evaluation".
 
Upvote 0
Try wrapping it in arrayformula
 
Upvote 0

Forum statistics

Threads
1,214,940
Messages
6,122,356
Members
449,080
Latest member
Armadillos

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