Hi any remedy to make my excel faster?
This is some sample of my excel formulas
Please help me this is the first time I experience this issue don't know what to do.
Thank you
Excel 2016
I can't use IF statements when using Excel. If I try, no matter how simple the statement, I get "There is something wrong with this formula". I can set values from other cells, I can do SUM etc but not an IF.
These work
=1+2 (shows FALSE)
=SUM(A1:A6)
This doesn't work
=IF(1+2,3,4) (get error)
I don't have this problem at all when using Excel 2007 (yes it's old) and it shows the value of 4 in the cell no problem. I tried four different data types in the cell (general, number, text and custom) with no luck. I performed a quick repair and an online repair which seemed to download the entire office application and reinstall it also with no luck. If anyone has a clue I'd be most grateful. Thank you!
I made a VBA function which turns my raw data into a table format since I want to use a pivottable for charts. The problem is that my file need to run on excel online and VBA is not running in a cloud environment.
Is there a way to do this with functions/power query/...
Thanks in advance
Took a while but i managed. It is in fact Excel online compatible Each formula is displayed above the corresponding column. I added some data to make sure it could handle extra data.
=IF(F8<>"",ROWS($G$7:G7),NA#)
=AGGREGATE(15,6,$G$8:$G$32,ROWS($G$7:G7))
=IF(ISNUMBER(H8),IF(ISTEXT(INDEX($B$6:$C$32,H8,1)),INDEX($B$6:$C$32,H8,2),I7),"")
=IF(ISNUMBER(H8),IF(ISTEXT(INDEX($C$7:$D$32,H8,1)),INDEX($C$7:$D$32,H8,2),J7),"")
=IF(ISNUMBER(H8),INDEX(E$8:E$32,$H8),"")
=IF(ISNUMBER(H8),INDEX(F$8:F$32,$H8),"")
I am looking to try and solve a workflow issue and could really use some help, I'm learning as I go and have been trying to solve this for a little while now without any luck.
I want to set a conditional format which is activated if any of the conditional formatting in that row has been activated already.
I'm really unsure of how to express cell colour in a formula and have tried using the name manager for this but honestly, I'm in a muddle. any suggestions?
I think basically I want to be able to set a formula that says something along the lines of
=IF(B5:BL5=Cellcolour5) then format blue.
I'm trying to help my dad out with a spreadsheet for a small charity he runs and it's just gotten a bit more complicated than I can handle with my limited experience. Any help gratefully appreciated.
You can't test for cell colour in a formulas without vba.
Since this is for charity , if you want I will personally help you out with excel - you can contact me directly at stevenmartin99#gmail.com
How can i put some design in excel spreadsheets? like the photo below
I am using VB6 here. Thank you in advance.
You may try this,
Use Record Macro in Excel to record the steps you formatting in Excel. Then open the Macro you recorded in VBA. From there you should find the clues on how to do this in VB6.