How to return a cell value from a sheet that is not created yet?
Closed
wagnercardozo
Posts
4
Registration date
Thursday October 22, 2015
Status
Member
Last seen
October 22, 2015
-
Oct 22, 2015 at 12:12 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Oct 22, 2015 at 12:57 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Oct 22, 2015 at 12:57 PM
Related:
- How to return a cell value from a sheet that is not created yet?
- Google sheet right to left - Guide
- If cell contains date then return value ✓ - Excel Forum
- Windows network commands cheat sheet - Guide
- Excel formula to check if cell contains a date - Excel Forum
- It looks like you're trying to create an account for a business, organization or character. please create a facebook page instead. - Facebook Forum
2 responses
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Oct 22, 2015 at 12:21 PM
Oct 22, 2015 at 12:21 PM
two possible options
1. have a hidden sheet, that links cells from sheet you want. have you sum formula refers to these cells from the hidden cell
2. have a custom sum formula create in macro that will do what you seek
1. have a hidden sheet, that links cells from sheet you want. have you sum formula refers to these cells from the hidden cell
2. have a custom sum formula create in macro that will do what you seek
wagnercardozo
Posts
4
Registration date
Thursday October 22, 2015
Status
Member
Last seen
October 22, 2015
Oct 22, 2015 at 12:47 PM
Oct 22, 2015 at 12:47 PM
Maybe it helps...
What I need is a formula to replace 'sheet1' for example to a sheet name on a list
=Sheet1!A1
What I need is a formula to replace 'sheet1' for example to a sheet name on a list
=Sheet1!A1
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Oct 22, 2015 at 12:57 PM
Oct 22, 2015 at 12:57 PM
some thing like that =IF(ISERROR(Sheet1!A1),"",IF(Sheet1!A1="","",Sheet1!A1))
Oct 22, 2015 at 12:25 PM
Thanks
Oct 22, 2015 at 12:32 PM
Oct 22, 2015 at 12:35 PM