Excel multiple formulas?
Closed
Prototype
-
Jul 20, 2010 at 03:15 PM
rizvisa1
rizvisa1
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
Related:
- Excel multiple formulas?
- Excel multiple sheets formula - Guide
- Excel @ in formula ✓ - Forum - Excel
- How to copy data from one sheet to another in excel using formula - Guide
- How to duplicate rows in excel multiple times ✓ - Forum - Excel
- Excel position formula ✓ - Forum - Office Software
1 reply
rizvisa1
Jul 20, 2010 at 10:40 PM
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
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