IFAND Formula Help
I'm trying to create an IFAND formula that auto calculates the Available remaining balance left to Draw for a certain bank and show it in the summary section at the top.
Ex: If we have $1,959,000 available with Farmers Merchant for West Village. I'd like the highlighted cell to auto calculate that total...but only if it's for Farmers Merchant. I'll be doing the same formulas for the other banks as well.
Any Help is appreciated!
Answers
-
How will the rest of the sheet look?
Can you describe your process in more detail and maybe share the sheet(s)/copies of the sheet(s) or some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@getdone.se)
I hope that helps!
Be safe and have a fantastic weekend!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
To follow-up on Andrée's question, it looks like your totals are being placed in the column called "Formula", is that correct? Then your column number 2 is where the "Farmers Merchant" text is placed, right?
If so, you can use a SUMIF formula that will only SUM the number in the Formula column if the cell in the 2 column says "Farmers Merchant".
Ex:
=SUMIF([2]:[2], "Farmers Merchant", Formula:Formula)
Then, you can minus this total from your Credit Line section, in column 2.
Final Formula:
=[2]@row - SUMIF([2]:[2], "Farmers Merchant", Formula:Formula)
You could even make this better by swapping out the "Farmers Merchant" with a reference to the text in your column called 1:
=[2]@row - SUMIF([2]:[2], [1]@row, Formula:Formula)
This should give you a remaining available total for each of the sections in that chart. Let me know if this works for you!
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!