Excel multiple formulas?
Closed
Prototype
-
Jul 20, 2010 at 03:15 PM
rizvisa1 Posts 4479 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jul 20, 2010 at 10:40 PM
rizvisa1 Posts 4479 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jul 20, 2010 at 10:40 PM
Related:
- Excel multiple formulas?
- Excel date format dd.mm.yyyy - Guide
- 1st, 2nd, 3rd position formula in excel ✓ - Office Software Forum
- If cell contains (multiple text criteria) then return (corresponding text criteria) ✓ - Excel Forum
- Allow multiple downloads chrome - Guide
- Transfer data from one excel worksheet to another automatically - Guide
1 reply
rizvisa1
Posts
4479
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
767
Jul 20, 2010 at 10:40 PM
Jul 20, 2010 at 10:40 PM
In general a formula can contain other formula
I was not able to follow your formula thread, but as I said you can have all that in one cell
like for example
=ROUND(M38,0) * MAX(B:B) * CountIF(J:j, 5) + VLOOKUP(t2, Sheet2!A:B,2,false)
Of course the above formula has nothing to do with your issue, the idea was to show you that a cell can have pretty much all sort of formulas
I was not able to follow your formula thread, but as I said you can have all that in one cell
like for example
=ROUND(M38,0) * MAX(B:B) * CountIF(J:j, 5) + VLOOKUP(t2, Sheet2!A:B,2,false)
Of course the above formula has nothing to do with your issue, the idea was to show you that a cell can have pretty much all sort of formulas